diff --git a/src/kits/interface/Menu.cpp b/src/kits/interface/Menu.cpp index c3edb2fedb..8993d83cf5 100644 --- a/src/kits/interface/Menu.cpp +++ b/src/kits/interface/Menu.cpp @@ -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);