eric6/Preferences/ConfigurationPages/EditorStylesPage.py

changeset 7263
c1af2e327675
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r c4b5f3393d63 -r c1af2e327675 eric6/Preferences/ConfigurationPages/EditorStylesPage.py
--- a/eric6/Preferences/ConfigurationPages/EditorStylesPage.py	Tue Sep 24 18:45:33 2019 +0200
+++ b/eric6/Preferences/ConfigurationPages/EditorStylesPage.py	Tue Sep 24 18:46:24 2019 +0200
@@ -144,18 +144,18 @@
                         Preferences.getEditorColour)
         
         self.editorColours = {}
-        self.editorColours["AnnotationsWarningForeground"] = \
-            QColor(Preferences.getEditorColour("AnnotationsWarningForeground"))
-        self.editorColours["AnnotationsWarningBackground"] = \
-            QColor(Preferences.getEditorColour("AnnotationsWarningBackground"))
-        self.editorColours["AnnotationsErrorForeground"] = \
-            QColor(Preferences.getEditorColour("AnnotationsErrorForeground"))
-        self.editorColours["AnnotationsErrorBackground"] = \
-            QColor(Preferences.getEditorColour("AnnotationsErrorBackground"))
-        self.editorColours["AnnotationsStyleForeground"] = \
-            QColor(Preferences.getEditorColour("AnnotationsStyleForeground"))
-        self.editorColours["AnnotationsStyleBackground"] = \
-            QColor(Preferences.getEditorColour("AnnotationsStyleBackground"))
+        self.editorColours["AnnotationsWarningForeground"] = QColor(
+            Preferences.getEditorColour("AnnotationsWarningForeground"))
+        self.editorColours["AnnotationsWarningBackground"] = QColor(
+            Preferences.getEditorColour("AnnotationsWarningBackground"))
+        self.editorColours["AnnotationsErrorForeground"] = QColor(
+            Preferences.getEditorColour("AnnotationsErrorForeground"))
+        self.editorColours["AnnotationsErrorBackground"] = QColor(
+            Preferences.getEditorColour("AnnotationsErrorBackground"))
+        self.editorColours["AnnotationsStyleForeground"] = QColor(
+            Preferences.getEditorColour("AnnotationsStyleForeground"))
+        self.editorColours["AnnotationsStyleBackground"] = QColor(
+            Preferences.getEditorColour("AnnotationsStyleBackground"))
         
         self.eolCheckBox.setChecked(Preferences.getEditor("ShowEOL"))
         self.wrapModeComboBox.setCurrentIndex(self.wrapModeComboBox.findData(

eric ide

mercurial