From 27316302a4389d5f7f282364efcb5181826b55e6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 4 Aug 2000 15:35:15 +0000 Subject: [PATCH] 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 --- src/generic/treectlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.50.0