src/eric7/QScintilla/Editor.py

branch
eric7
changeset 9972
68ac01294544
parent 9938
b8005dd4fc9b
child 9977
a5acf678c367
--- a/src/eric7/QScintilla/Editor.py	Wed Apr 05 11:58:22 2023 +0200
+++ b/src/eric7/QScintilla/Editor.py	Wed Apr 05 12:05:06 2023 +0200
@@ -6160,9 +6160,8 @@
         ):
             return
 
-        if (
-            Preferences.getEditor("AutoCheckSyntax")
-            and Preferences.getEditor("OnlineSyntaxCheck")
+        if Preferences.getEditor("AutoCheckSyntax") and Preferences.getEditor(
+            "OnlineSyntaxCheck"
         ):
             self.__onlineSyntaxCheckTimer.stop()
 

eric ide

mercurial