fixed compilation with 2.8 compatibility off: wxTR_EXTENDED is deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cbfc9df676
commit
b1d3206523
@ -37,8 +37,10 @@ wxTreeCtrlXmlHandler::wxTreeCtrlXmlHandler()
|
||||
XRC_ADD_STYLE(wxTR_HAS_VARIABLE_ROW_HEIGHT);
|
||||
XRC_ADD_STYLE(wxTR_SINGLE);
|
||||
XRC_ADD_STYLE(wxTR_MULTIPLE);
|
||||
XRC_ADD_STYLE(wxTR_EXTENDED);
|
||||
XRC_ADD_STYLE(wxTR_DEFAULT_STYLE);
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
XRC_ADD_STYLE(wxTR_EXTENDED);
|
||||
#endif
|
||||
AddWindowStyles();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user