]> git.saurik.com Git - wxWidgets.git/commitdiff
Generic tree control text editor now has simple boder (no 3D effect)
authorJulian Smart <julian@anthemion.co.uk>
Fri, 4 Aug 2000 15:35:15 +0000 (15:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 4 Aug 2000 15:35:15 +0000 (15:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/treectlg.cpp

index 3e1dcb049b2114cf476bf5411b6e605d1e36fcfd..5a7c1c4c588bdf45783bf9e9875a64f0c832eda2 100644 (file)
@@ -84,7 +84,7 @@ public:
                     const wxString &value = wxEmptyString,
                     const wxPoint &pos = wxDefaultPosition,
                     const wxSize &size = wxDefaultSize,
-                    int style = 0,
+                    int style = wxSIMPLE_BORDER,
                     const wxValidator& validator = wxDefaultValidator,
                     const wxString &name = wxTextCtrlNameStr );