* Popup menu is now sticky - this should probably be the default of all menus
when "sticky menus" is selected in the menu preferences (just in case we still have that setting...). Oh, this also fixes bug #2315. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26411 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b6c3ddcfb4
commit
badcd9dbc7
@ -449,7 +449,7 @@ WorkspacesView::MouseDown(BPoint where)
|
||||
|
||||
changeItem->SetTarget(this);
|
||||
ConvertToScreen(&where);
|
||||
menu->Go(where, true, false, true);
|
||||
menu->Go(where, true, true, true);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user