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