Fixed compile error on Wine due to type mismatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -659,7 +659,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
|
|||||||
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
|
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
DWORD exStyle = 0;
|
WXDWORD exStyle = 0;
|
||||||
DWORD wstyle = MSWGetStyle(m_windowStyle, & exStyle);
|
DWORD wstyle = MSWGetStyle(m_windowStyle, & exStyle);
|
||||||
wstyle |= WS_TABSTOP | TVS_SHOWSELALWAYS;
|
wstyle |= WS_TABSTOP | TVS_SHOWSELALWAYS;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user