Use correct tree style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-15 09:06:11 +00:00
parent c559feea2c
commit 51e21862c3

View File

@@ -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()