X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6143d3b61e311ae647577c284eaf41dded4e2b3c..a649ec015890b50002c98eb8f90fbfc091dc1907:/src/msw/notebook.cpp diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index fdef3d8cbf..46abba6daa 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -941,7 +941,7 @@ void wxNotebook::OnSize(wxSizeEvent& event) RefreshRect(wxRect(0, rc.top, rc.left, height), false); RefreshRect(wxRect(0, rc.bottom, widthNbook, heightNbook - rc.bottom), false); - RefreshRect(wxRect(rc.right, rc.top, widthNbook - rc.bottom, height), + RefreshRect(wxRect(rc.right, rc.top, widthNbook - rc.right, height), false); }