Typo. Fixes menus (bug #1276).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21437 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2246,7 +2246,7 @@ BMenu::UpdateWindowViewSize(bool upWind)
|
|||||||
if (dynamic_cast<BMenuBar *>(this) != NULL)
|
if (dynamic_cast<BMenuBar *>(this) != NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (fResizeToFit)
|
if (!fResizeToFit)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool scroll;
|
bool scroll;
|
||||||
|
|||||||
Reference in New Issue
Block a user