]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed workaround for a (now fixed) wxMotif problem.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 24 Jul 2003 19:35:55 +0000 (19:35 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 24 Jul 2003 19:35:55 +0000 (19:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/notebook.cpp

index 853fc8ab7d94ffc6e2d8713953351ff3e27bd1e5..a320a42b998e805ff469cf2662a2b8547cea2f81 100644 (file)
@@ -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();
     }