src/eric7/JediInterface/RefactoringPreviewDialog.py

branch
eric7
changeset 10949
2057b1b198a5
parent 10945
b30fb0a7bbd4
child 11090
f5f5f5803935
--- a/src/eric7/JediInterface/RefactoringPreviewDialog.py	Sat Oct 05 10:28:34 2024 +0200
+++ b/src/eric7/JediInterface/RefactoringPreviewDialog.py	Sat Oct 05 11:35:07 2024 +0200
@@ -49,7 +49,7 @@
                 "header": Preferences.getDiffColour("HeaderColor"),
                 "whitespace": Preferences.getDiffColour("BadWhitespaceColor"),
             },
-            Preferences.getEditorOtherFonts("MonospacedFont")
+            Preferences.getEditorOtherFonts("MonospacedFont"),
         )
 
         self.titleLabel.setText(title)

eric ide

mercurial