X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5180055b697078e8c6ec7db485f1f1bfa3e91abd..61d457caae3e33efe8e0953f79c4a94e366b22d7:/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(); }