TogglePanel: switched arrows

This commit is contained in:
HomeWorld
2010-09-05 23:44:42 +03:00
parent b1d7e8f365
commit a0f487b73c

View File

@@ -33,8 +33,8 @@ class TogglePanel ( wx.Panel ):
# self.bmpExpanded = self.GetNativeTreeItemBitmap("expanded")
# self.bmpCollapsed = self.GetNativeTreeItemBitmap("")
self.bmpExpanded = bitmapLoader.getBitmap("up-arrow2","icons")
self.bmpCollapsed = bitmapLoader.getBitmap("down-arrow2","icons")
self.bmpExpanded = bitmapLoader.getBitmap("down-arrow2","icons")
self.bmpCollapsed = bitmapLoader.getBitmap("up-arrow2","icons")
sysTextColour = wx.SystemSettings.GetColour( wx.SYS_COLOUR_WINDOWTEXT )