Small optical fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -670,6 +670,7 @@ bool wxGenericTreeCtrl::Create(wxWindow *parent,
|
|||||||
wxGetOsVersion( &major, &minor );
|
wxGetOsVersion( &major, &minor );
|
||||||
|
|
||||||
if (style & wxTR_HAS_BUTTONS) style |= wxTR_MAC_BUTTONS;
|
if (style & wxTR_HAS_BUTTONS) style |= wxTR_MAC_BUTTONS;
|
||||||
|
if (style & wxTR_HAS_BUTTONS) style &= ~wxTR_HAS_BUTTONS;
|
||||||
style &= ~wxTR_LINES_AT_ROOT;
|
style &= ~wxTR_LINES_AT_ROOT;
|
||||||
style |= wxTR_NO_LINES;
|
style |= wxTR_NO_LINES;
|
||||||
if (major < 10)
|
if (major < 10)
|
||||||
|
Reference in New Issue
Block a user