From 7918efb247932aaeaf815fee72eee83a6c64d3c7 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 24 Jul 2003 19:35:55 +0000 Subject: [PATCH] Removed workaround for a (now fixed) wxMotif problem. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/notebook.cpp | 7 ------- 1 file changed, 7 deletions(-) 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(); } -- 2.45.2