]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_main.cpp
fixed the status of the second radio button; now (on wxGTK at least) it appears corre...
[wxWidgets.git] / utils / screenshotgen / src / screenshot_main.cpp
index a8697bdbae959dbf480a57948e6e177770227e5e..02c3ef537511c23a087a07681e3c0a5bff7d93d9 100644 (file)
@@ -77,12 +77,14 @@ ScreenshotFrame::~ScreenshotFrame()
     e.g. you cannot load a richtext file in a wxRichtextCtrl during initialization.
 
     Those customizations will be done here.
+
+
+    NB: under wxGTK for the radio button "unchecked" to be unchecked, it's
+        important to put the wxRB_GROUP style on the first wxRadioButton
+        (the one "checked") and no flags on the second one.
 */
 void ScreenshotFrame::InitFBControls()
 {
-    // explicitely uncheck radio button:
-    m_radioBtn2->SetValue(false);
-
     // For some reason, wxFormBuilder does not set the scrollbar range
     m_scrollBar1->SetScrollbar(50, 1, 100, 1);