X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b867149612d2146d5a781874f0e5ccf1b0dc43b..b13cd66e42c77e1c71585e67eeab6560b38178b3:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index b06f4da5c9..99b84e6406 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -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")