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:
@@ -383,9 +383,7 @@ public:
|
|||||||
{
|
{
|
||||||
return wxTreeCtrl::Create(parent,1,
|
return wxTreeCtrl::Create(parent,1,
|
||||||
wxPoint(0,0),wxDefaultSize,
|
wxPoint(0,0),wxDefaultSize,
|
||||||
wxTR_HIDE_ROOT|wxTR_HAS_BUTTONS|
|
wxTR_DEFAULT_STYLE | wxTR_HIDE_ROOT | wxSIMPLE_BORDER );
|
||||||
wxTR_SINGLE|wxTR_LINES_AT_ROOT|
|
|
||||||
wxSIMPLE_BORDER);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void OnShow()
|
virtual void OnShow()
|
||||||
|
Reference in New Issue
Block a user