Fixed an initialization issue in the toolbar manager object. eric7

Mon, 21 Oct 2024 11:40:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 21 Oct 2024 11:40:11 +0200
branch
eric7
changeset 10992
c3b070373492
parent 10991
e93595883b7d
child 10993
b83dd2d57e43

Fixed an initialization issue in the toolbar manager object.

src/eric7/EricWidgets/EricToolBarManager.py file | annotate | diff | comparison | revisions
--- a/src/eric7/EricWidgets/EricToolBarManager.py	Sun Oct 20 18:43:11 2024 +0200
+++ b/src/eric7/EricWidgets/EricToolBarManager.py	Mon Oct 21 11:40:11 2024 +0200
@@ -68,7 +68,7 @@
 
         self.__mainWindow = None
         self.__ui = ui
-        self.__iconSizeStr = ""
+        self.__iconSizeStr = iconSize
 
         self.__toolBars = {}
         # maps toolbar IDs to actions

eric ide

mercurial