The custom MenuBar in the menu preflet was mixing resize mode with
flags.. thanks to r23424 I could notice. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23527 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
MenuBar::MenuBar()
|
MenuBar::MenuBar()
|
||||||
: BMenuBar(BRect(40, 10, 10, 10), "menu", B_FOLLOW_TOP | B_FRAME_EVENTS,
|
: BMenuBar(BRect(40, 10, 10, 10), "menu", 0,
|
||||||
B_ITEMS_IN_COLUMN, true)
|
B_ITEMS_IN_COLUMN, true)
|
||||||
{
|
{
|
||||||
_BuildMenu();
|
_BuildMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user