Fixed a long undetected issue in the sidebar widget. 5_0_x

Mon, 25 Oct 2010 14:33:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 25 Oct 2010 14:33:59 +0200
branch
5_0_x
changeset 703
eedff6661b24
parent 700
f61fa26998d0
child 706
fd1d7b1d2f1a

Fixed a long undetected issue in the sidebar widget.

E5Gui/E5SideBar.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5SideBar.py	Sat Oct 23 19:56:41 2010 +0200
+++ b/E5Gui/E5SideBar.py	Mon Oct 25 14:33:59 2010 +0200
@@ -515,9 +515,9 @@
         """
         self.__autoHide = not checked
         if self.__autoHide:
-            self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOn"))
+            self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOn.png"))
         else:
-            self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOff"))
+            self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOff.png"))
     
     def __appFocusChanged(self, old, now):
         """

eric ide

mercurial