- initialize the variable, we never know :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25949 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner 2008-06-13 00:36:06 +00:00
parent 709ef82757
commit c3f006deb0

View File

@ -1262,6 +1262,7 @@ BMenu::_InitData(BMessage* archive)
SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE);
fLayoutData = new LayoutData;
fLayoutData->lastResizingMode = ResizingMode();
SetLowColor(sMenuInfo.background_color);
SetViewColor(sMenuInfo.background_color);