eric6/Preferences/__init__.py

changeset 7666
5d9e9c020454
parent 7663
b4d5234f92e7
child 7667
cd2e9a5ee187
--- a/eric6/Preferences/__init__.py	Thu Aug 13 17:11:00 2020 +0200
+++ b/eric6/Preferences/__init__.py	Sat Aug 15 16:27:07 2020 +0200
@@ -3105,7 +3105,7 @@
     """
     if key in ["TasksFixmeColor", "TasksWarningColor",
                "TasksTodoColor", "TasksNoteColor",
-               "TasksTestColor", "TasksDocuMarkers"]:
+               "TasksTestColor", "TasksDocuColor"]:
         col = prefClass.settings.value("Tasks/" + key)
         if col is not None:
             return QColor(col)

eric ide

mercurial