From aadf8a88bb207363fa57907dae842b9d9b8830d5 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 14 Nov 2006 23:01:56 +0000 Subject: [PATCH] invalidate a bit more git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19288 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/MenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/MenuBar.cpp b/src/kits/interface/MenuBar.cpp index 88491b82ff..d1c18ae97a 100644 --- a/src/kits/interface/MenuBar.cpp +++ b/src/kits/interface/MenuBar.cpp @@ -222,7 +222,7 @@ void BMenuBar::FrameResized(float newWidth, float newHeight) { BRect bounds(Bounds()); - BRect rect(fLastBounds->right - 2, fLastBounds->top, bounds.right, bounds.bottom); + BRect rect(fLastBounds->right - 12, fLastBounds->top, bounds.right, bounds.bottom); fLastBounds->Set(0, 0, newWidth, newHeight); Invalidate(rect);