Bug on linux in BlockPropertiesDialog (root visible) fixed
authorlbessard
Fri, 05 Oct 2007 18:01:50 +0200
changeset 105 d8284a8f1934
parent 104 a9b8916d906d
child 106 3fc63036de16
Bug on linux in BlockPropertiesDialog (root visible) fixed
Dialogs.py
--- a/Dialogs.py	Fri Oct 05 18:00:25 2007 +0200
+++ b/Dialogs.py	Fri Oct 05 18:01:50 2007 +0200
@@ -118,7 +118,7 @@
             treestyle = wx.TR_HAS_BUTTONS|wx.TR_HIDE_ROOT|wx.TR_SINGLE|wx.SUNKEN_BORDER
         self.TypeTree = wx.TreeCtrl(id=ID_BLOCKPROPERTIESDIALOGTYPETREE,
               name='TypeTree', parent=self, pos=wx.Point(0, 0),
-              size=wx.Size(0, 0), style=wx.TR_HAS_BUTTONS|wx.TR_SINGLE|wx.SUNKEN_BORDER)
+              size=wx.Size(0, 0), style=treestyle)
         self.Bind(wx.EVT_TREE_SEL_CHANGED, self.OnTypeTreeItemSelected,
               id=ID_BLOCKPROPERTIESDIALOGTYPETREE)