Revert "don't open the menu if it's disabled."
This reverts commit ce8253d97b.
This commit is contained in:
@@ -428,9 +428,6 @@ BMenuField::MouseDown(BPoint where)
|
||||
if (!fMenuBar->Frame().Contains(where))
|
||||
return;
|
||||
|
||||
if (!fMenuBar->IsEnabled())
|
||||
return;
|
||||
|
||||
BRect bounds = fMenuBar->ConvertFromParent(Bounds());
|
||||
|
||||
fMenuBar->StartMenuBar(-1, false, true, &bounds);
|
||||
|
||||
Reference in New Issue
Block a user