Revert "don't open the menu if it's disabled."

This reverts commit ce8253d97b588366540230d11fb534c4846d0a09.
This commit is contained in:
John Scipione 2013-08-20 18:13:14 -04:00
parent 3de334b9f4
commit ac359925f5

View File

@ -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);