src/eric7/QScintilla/EditorAssembly.py

branch
eric7
changeset 10907
c424150d2ac8
parent 10880
2d2dd2c638e8
child 11090
f5f5f5803935
diff -r a398053bede2 -r c424150d2ac8 src/eric7/QScintilla/EditorAssembly.py
--- a/src/eric7/QScintilla/EditorAssembly.py	Tue Sep 03 17:27:20 2024 +0200
+++ b/src/eric7/QScintilla/EditorAssembly.py	Tue Sep 03 17:28:40 2024 +0200
@@ -113,9 +113,7 @@
         """
         Public method to finish the setup of the assembly.
         """
-        splitterWidth = (
-            self.parent().width() - self.__editorSplitter.handleWidth()
-        )
+        splitterWidth = self.parent().width() - self.__editorSplitter.handleWidth()
         outlineWidth = Preferences.getEditor("SourceOutlineWidth")
         self.__editorSplitter.setSizes([splitterWidth - outlineWidth, outlineWidth])
 

eric ide

mercurial