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:
Ingo Weinhold 2007-06-17 13:24:42 +00:00
parent 308771ff5d
commit baade5580e
1 changed files with 1 additions and 1 deletions

View File

@ -2246,7 +2246,7 @@ BMenu::UpdateWindowViewSize(bool upWind)
if (dynamic_cast<BMenuBar *>(this) != NULL)
return;
if (fResizeToFit)
if (!fResizeToFit)
return;
bool scroll;