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:
parent
308771ff5d
commit
baade5580e
@ -2246,7 +2246,7 @@ BMenu::UpdateWindowViewSize(bool upWind)
|
||||
if (dynamic_cast<BMenuBar *>(this) != NULL)
|
||||
return;
|
||||
|
||||
if (fResizeToFit)
|
||||
if (!fResizeToFit)
|
||||
return;
|
||||
|
||||
bool scroll;
|
||||
|
Loading…
Reference in New Issue
Block a user