sorry, this was meant to be removed

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16669 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-03-08 23:19:12 +00:00
parent d8ca32c9aa
commit 446d93a0cc
+1 -1
View File
@@ -1364,7 +1364,7 @@ BMenu::ComputeLayout(int32 index, bool bestFit, bool moveItems,
for (int32 i = 0; i < fItems.CountItems(); i++)
ItemAt(i)->fBounds.bottom = frame.bottom;
frame.right = ceilf(frame.right);// + 8.0f;
frame.right = ceilf(frame.right);
break;
}