]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobut.cpp
FixMath fix
[wxWidgets.git] / src / motif / radiobut.cpp
index 629a00791518544986cb3836d2cb46ad57da6837..424afc16b5e9c245c7851620d082119c0eb65666 100644 (file)
@@ -136,7 +136,7 @@ bool wxRadioButton::GetValue() const
 
 void wxRadioButton::Command (wxCommandEvent & event)
 {
-    SetValue ( (event.m_commandInt != 0) );
+    SetValue ( (event.GetInt() != 0) );
     ProcessCommand (event);
 }