Fixed an issue in restoring the side bar state. 5_5_x

Fri, 19 Dec 2014 14:53:51 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 19 Dec 2014 14:53:51 +0100
branch
5_5_x
changeset 3976
1362182abdc7
parent 3973
f77cdeea80e3
child 4008
fbe5e3f566bb

Fixed an issue in restoring the side bar state.
(grafted from 12e8acffb2c896d5ed08e114f60eef2013d9e36b)

E5Gui/E5SideBar.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5SideBar.py	Thu Dec 18 18:56:04 2014 +0100
+++ b/E5Gui/E5SideBar.py	Fri Dec 19 14:53:51 2014 +0100
@@ -604,7 +604,7 @@
         stream.readUInt16()  # version
         minimized = stream.readBool()
         
-        if minimized:
+        if minimized and not self.__minimized:
             self.shrink()
         
         stream >> self.__bigSize

eric ide

mercurial