]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notebook.cpp
Unicode compilation fixes (patch 747793)
[wxWidgets.git] / 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();
     }