controls/DebugVariablePanel/GraphButton.py
changeset 1209 953a8f14040a
parent 1200 501cb0bb4c05
child 1267 fae0809eae98
--- a/controls/DebugVariablePanel/GraphButton.py	Mon Jun 03 00:18:13 2013 +0200
+++ b/controls/DebugVariablePanel/GraphButton.py	Mon Jun 03 00:30:55 2013 +0200
@@ -49,8 +49,8 @@
         # Get wx.Bitmap object corresponding to bitmap
         self.Bitmap = GetBitmap(bitmap)
         
-        # By default button is shown and enabled
-        self.Shown = True
+        # By default button is hide and enabled
+        self.Shown = False
         self.Enabled = True
         
         # Save reference to callback function