]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobox.cpp
use custom class which doesn't redraw everything on resize instead of SysTabCtl32...
[wxWidgets.git] / src / msw / radiobox.cpp
index b4fd6df3af11733384bbf6e5480ec1eec0158ac0..6e928f08ad8d29af4b6f77c317f1e9b3b9dc733e 100644 (file)
@@ -315,7 +315,7 @@ bool wxRadioBox::MSWCommand(WXUINT cmd, WXWORD id)
 
 void wxRadioBox::Command(wxCommandEvent & event)
 {
-    SetSelection (event.m_commandInt);
+    SetSelection (event.GetInt());
     SetFocus();
     ProcessCommand(event);
 }