From: Robert Roebling Date: Tue, 15 Apr 2008 09:06:11 +0000 (+0000) Subject: Use correct tree style X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51e21862c35b68bdc80cbb1723e35da0f77409b8 Use correct tree style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/combo/combo.cpp b/samples/combo/combo.cpp index cb2f5238c2..8123b5a7be 100644 --- a/samples/combo/combo.cpp +++ b/samples/combo/combo.cpp @@ -383,9 +383,7 @@ public: { return wxTreeCtrl::Create(parent,1, wxPoint(0,0),wxDefaultSize, - wxTR_HIDE_ROOT|wxTR_HAS_BUTTONS| - wxTR_SINGLE|wxTR_LINES_AT_ROOT| - wxSIMPLE_BORDER); + wxTR_DEFAULT_STYLE | wxTR_HIDE_ROOT | wxSIMPLE_BORDER ); } virtual void OnShow()