Small style fix
This commit is contained in:
@@ -88,7 +88,7 @@ TBarMenuBar::SmartResize(float width, float height)
|
|||||||
|
|
||||||
width -= 1;
|
width -= 1;
|
||||||
|
|
||||||
if (fSeparatorItem)
|
if (fSeparatorItem != NULL)
|
||||||
fDeskbarMenuItem->SetWidthHeight(width - kSepItemWidth, height);
|
fDeskbarMenuItem->SetWidthHeight(width - kSepItemWidth, height);
|
||||||
else {
|
else {
|
||||||
int32 count = CountItems();
|
int32 count = CountItems();
|
||||||
|
|||||||
Reference in New Issue
Block a user