removed duplicated row of bitmap buttons added for error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-10-07 17:22:26 +00:00
parent 4701dc0983
commit cf490c4df9
4 changed files with 7 additions and 134 deletions

View File

@@ -80,6 +80,9 @@ ScreenshotFrame::~ScreenshotFrame()
*/
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);