fixed wxRadioBox positioning to take the client area origin into account; also simplified the code to avoid duplication with the base class version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-11 21:54:34 +00:00
parent ca6de8c056
commit fa3987efdb
2 changed files with 23 additions and 42 deletions

View File

@@ -147,6 +147,7 @@ protected:
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);
virtual void DoMoveWindow(int x, int y, int width, int height);
virtual wxSize DoGetBestSize() const;
#if wxUSE_TOOLTIPS