X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5180055b697078e8c6ec7db485f1f1bfa3e91abd..a1900c9e1d07ac71f373f94656bf26a45f032c39:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index 853fc8ab7d..4034ee2157 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -16,7 +16,7 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "notebook.h" #endif @@ -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(); }