From: Julian Smart Date: Fri, 4 Aug 2000 15:35:15 +0000 (+0000) Subject: Generic tree control text editor now has simple boder (no 3D effect) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/27316302a4389d5f7f282364efcb5181826b55e6 Generic tree control text editor now has simple boder (no 3D effect) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/treectlg.cpp b/src/generic/treectlg.cpp index 3e1dcb049b..5a7c1c4c58 100644 --- a/src/generic/treectlg.cpp +++ b/src/generic/treectlg.cpp @@ -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 );