src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10069
435cc5875135
child 10428
a071d4065202
diff -r 1444b4bee64b -r 093dcebe5ecb src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py
--- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Sun Dec 03 19:46:34 2023 +0100
@@ -49,7 +49,7 @@
 
         self.workspacePicker.setMode(EricPathPickerModes.DIRECTORY_MODE)
 
-        self.colorSchemeComboBox.addItems(sorted(AnsiColorSchemes.keys()))
+        self.colorSchemeComboBox.addItems(sorted(AnsiColorSchemes))
 
         # populate the chart theme combobox
         if QChart is not None:

eric ide

mercurial