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:
Ryan Leavengood 2011-01-09 16:30:59 +00:00
parent 4aa636331f
commit 80589ff3d4

View File

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