src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py

branch
eric7
changeset 10282
092821fb6f18
parent 10279
e6e270b705c2
child 10303
ee1aadab1215
diff -r b3d6208d2f33 -r 092821fb6f18 src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py
--- a/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py	Sat Nov 04 16:10:40 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py	Sat Nov 04 16:17:29 2023 +0100
@@ -597,7 +597,7 @@
         @type QLineEdit
         """
         bgColorStr = f"Annotations{annotationType}Background"
-        fgColorStr =f"Annotations{annotationType}Foreground"
+        fgColorStr = f"Annotations{annotationType}Foreground"
 
         color = QColorDialog.getColor(
             self.editorColours[bgColorStr]

eric ide

mercurial