Remove hack introduced in r36806 to offset the context menu due to our
previously bad menu handling. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4aa636331f
commit
80589ff3d4
@ -1340,7 +1340,6 @@ ShowImageView::_ShowPopUpMenu(BPoint screen)
|
||||
if (window != NULL)
|
||||
window->BuildContextMenu(menu);
|
||||
|
||||
screen += BPoint(2, 2);
|
||||
menu->Go(screen, true, true, true);
|
||||
fShowingPopUpMenu = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user