]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
build fix for wxUSE_CONSOLE_EVENTLOOP==0
[wxWidgets.git] / src / gtk / radiobut.cpp
index 49590debfb527425757019879626b05b7fa147a6..d2c5f73cfee57f8bb905d8d363285db4b9521aa7 100644 (file)
@@ -123,8 +123,6 @@ void wxRadioButton::SetValue( bool val )
         // should give an assert
         // RL - No it shouldn't.  A wxGenericValidator might try to set it
         //      as FALSE.  Failing silently is probably TRTTD here.
-        // RR - MSW actually unchecks the radio button so do this here, too
-        gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON(m_widget), FALSE );
     }
 
     g_signal_handlers_unblock_by_func(