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:
parent
9eb6cc3d6b
commit
823b140b65
@ -659,7 +659,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
|
||||
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
|
||||
return false;
|
||||
|
||||
DWORD exStyle = 0;
|
||||
WXDWORD exStyle = 0;
|
||||
DWORD wstyle = MSWGetStyle(m_windowStyle, & exStyle);
|
||||
wstyle |= WS_TABSTOP | TVS_SHOWSELALWAYS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user