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:
@@ -1340,7 +1340,6 @@ ShowImageView::_ShowPopUpMenu(BPoint screen)
|
|||||||
if (window != NULL)
|
if (window != NULL)
|
||||||
window->BuildContextMenu(menu);
|
window->BuildContextMenu(menu);
|
||||||
|
|
||||||
screen += BPoint(2, 2);
|
|
||||||
menu->Go(screen, true, true, true);
|
menu->Go(screen, true, true, true);
|
||||||
fShowingPopUpMenu = true;
|
fShowingPopUpMenu = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user