From 80589ff3d4150d0c8272831c027e8b2addbffba9 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Sun, 9 Jan 2011 16:30:59 +0000 Subject: [PATCH] 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 --- src/apps/showimage/ShowImageView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/showimage/ShowImageView.cpp b/src/apps/showimage/ShowImageView.cpp index 57ab8c9c2b..6ef3be8809 100644 --- a/src/apps/showimage/ShowImageView.cpp +++ b/src/apps/showimage/ShowImageView.cpp @@ -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; }