src/eric7/EricWidgets/EricSideBar.py

branch
eric7
changeset 10689
3ede487187f2
parent 10500
40fc136e7002
child 11090
f5f5f5803935
--- a/src/eric7/EricWidgets/EricSideBar.py	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/EricWidgets/EricSideBar.py	Mon Apr 22 15:15:36 2024 +0200
@@ -75,10 +75,6 @@
         self.__minSize = 0
         self.__bigSize = QSize()
 
-        self.__hasFocus = False
-        # flag storing if this widget or any child has the focus
-        self.__autoHide = False
-
         self.__orientation = EricSideBarSide.NORTH
         if orientation is None:
             orientation = EricSideBarSide.NORTH

eric ide

mercurial