ViewManager/ViewManager.py

changeset 4486
0538abbe71d0
parent 4402
ad524553e765
child 4631
5c1a96925da4
diff -r 28743e3251ce -r 0538abbe71d0 ViewManager/ViewManager.py
--- a/ViewManager/ViewManager.py	Fri Oct 09 18:39:28 2015 +0200
+++ b/ViewManager/ViewManager.py	Fri Oct 09 19:44:43 2015 +0200
@@ -3230,10 +3230,6 @@
         self.quickFindtextCombo.setInsertPolicy(QComboBox.InsertAtTop)
         self.quickFindtextCombo.lastActive = None
         self.quickFindtextCombo.lastCursorPos = None
-        self.quickFindtextCombo.leForegroundColor = \
-            self.quickFindtextCombo.lineEdit().palette().color(QPalette.Text)
-        self.quickFindtextCombo.leBackgroundColor = \
-            self.quickFindtextCombo.lineEdit().palette().color(QPalette.Base)
         self.quickFindtextCombo.lastSearchText = ""
         self.quickFindtextCombo._editor = self.quickFindtextCombo.lineEdit()
         # this allows us not to jump across searched text

eric ide

mercurial