X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5180055b697078e8c6ec7db485f1f1bfa3e91abd..d1d738f18c7dbcc58604b6f3ba73ceebef656dc2:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index 853fc8ab7d..a320a42b99 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -533,13 +533,6 @@ bool wxNotebook::RefreshLayout(bool force) if ( pPage->GetAutoLayout() ) pPage->Layout(); } - // MBN: this is probably just hiding a problem under the carpet, - // but: with OpenMotif 2.2 (not Lesstif), not moving the window - // may cause the tabs to be not clickable. - else - { - pPage->Move(clientRect.x, clientRect.y); - } } Refresh(); }