diff --git a/include/wx/mdi.h b/include/wx/mdi.h index 837c132822..f6f9839306 100644 --- a/include/wx/mdi.h +++ b/include/wx/mdi.h @@ -302,6 +302,11 @@ protected: wxWindow::DoSetClientSize(width, height); } + virtual void DoMoveWindow(int x, int y, int width, int height) + { + wxWindow::DoMoveWindow(x, y, width, height); + } + // no size hints virtual void DoSetSizeHints(int WXUNUSED(minW), int WXUNUSED(minH), int WXUNUSED(maxW), int WXUNUSED(maxH),