moved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22976
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
SetClientSize(DoGetBestClientSize());
}
SetClientSize(DoGetBestClientSize());
}
+ // Need to move the radiobox in order to move the radio buttons
+ wxPoint actualPos = GetPosition();
+ wxSize actualSize = GetSize();
+ DoMoveWindow(actualPos.x, actualPos.y, actualSize.x, actualSize.y);
+
// radiobox should already have selection so select at least one item
SetSelection(0);
// radiobox should already have selection so select at least one item
SetSelection(0);