X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de127c699bc97edd2ec8a63a80326c46e6b56f5a..b77b87881bae2e6306366d79e7fe160334b3d4a2:/src/mac/toplevel.cpp?ds=inline diff --git a/src/mac/toplevel.cpp b/src/mac/toplevel.cpp index d6b4fbd2ce..190bcd8946 100644 --- a/src/mac/toplevel.cpp +++ b/src/mac/toplevel.cpp @@ -1129,8 +1129,12 @@ void wxTopLevelWindowMac::DoMoveWindow(int x, int y, int width, int height) if ( IsKindOf( CLASSINFO( wxFrame ) ) ) { wxFrame* frame = (wxFrame*) this ; +#if wxUSE_STATUSBAR frame->PositionStatusBar(); +#endif +#if wxUSE_TOOLBAR frame->PositionToolBar(); +#endif } if ( doMove ) wxWindowMac::MacTopLevelWindowChangedPosition() ; // like this only children will be notified