Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
888407a108
commit
4aa1c27094
@ -182,7 +182,7 @@ void wxCheckBox::DoSet3StateValue(wxCheckBoxState state)
|
||||
NULL );
|
||||
#else
|
||||
XmToggleButtonSetState ((Widget) m_mainWidget,
|
||||
(Boolean) state == wxCHK_CHECKED, True);
|
||||
state == wxCHK_CHECKED, True);
|
||||
#endif
|
||||
|
||||
m_inSetValue = false;
|
||||
|
Loading…
Reference in New Issue
Block a user