Fixed a long undetected issue in the sidebar widget.

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 25 Oct 2010 14:33:22 +0200
changeset 702
fcc22b12299e
parent 701
fc587a1c2f8b
child 704
c65384796986

Fixed a long undetected issue in the sidebar widget.

E5Gui/E5SideBar.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5SideBar.py	Sun Oct 24 17:34:10 2010 +0200
+++ b/E5Gui/E5SideBar.py	Mon Oct 25 14:33:22 2010 +0200
@@ -511,9 +511,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