diff --git a/mozilla/widget/src/beos/nsWindow.cpp b/mozilla/widget/src/beos/nsWindow.cpp index 3f499b8d13d..1e271aa4c68 100644 --- a/mozilla/widget/src/beos/nsWindow.cpp +++ b/mozilla/widget/src/beos/nsWindow.cpp @@ -2038,7 +2038,6 @@ bool nsWindow::CallMethod(MethodInfo *info) ((nsWindowBeOS *)mView->Window())->fJustGotBounds = true; mView->UnlockLooper(); } - SetBounds(r); OnResize(r); } break;