mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
Revert "don't open the menu if it's disabled."
This reverts commit ce8253d97b588366540230d11fb534c4846d0a09.
This commit is contained in:
parent
3de334b9f4
commit
ac359925f5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user