diff -r 89b36a39fe69 -r 2057b1b198a5 src/eric7/JediInterface/RefactoringPreviewDialog.py --- 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)