* 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:
Axel Dörfler 2008-07-14 17:33:10 +00:00
parent b6c3ddcfb4
commit badcd9dbc7

View File

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