Small style fix

This commit is contained in:
John Scipione 2012-11-13 18:51:57 -05:00
parent 618ae8a8f6
commit 0f10682f8b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ TBarMenuBar::SmartResize(float width, float height)
width -= 1;
if (fSeparatorItem)
if (fSeparatorItem != NULL)
fDeskbarMenuItem->SetWidthHeight(width - kSepItemWidth, height);
else {
int32 count = CountItems();