]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
What did I change here?
[wxWidgets.git] / wxPython / demo / Main.py
index b06f4da5c9e08073126e472fc37d46104f566b0a..99b84e6406bc87efe2ff60dede93e20ec6131ba4 100644 (file)
@@ -306,8 +306,8 @@ class wxPythonDemo(wxFrame):
         self.treeMap = {}
         self.tree = wxTreeCtrl(splitter, tID,
                                style=wxTR_HAS_BUTTONS |
-                               wxTR_EDIT_LABELS |
-                               wxTR_HAS_VARIABLE_ROW_HEIGHT)
+                               wxTR_HAS_VARIABLE_ROW_HEIGHT
+                               )
 
         #self.tree.SetBackgroundColour(wxNamedColour("Pink"))
         root = self.tree.AddRoot("wxPython Overview")