[haiku-commits] r40179 - haiku/trunk/src/apps/showimage

  • From: leavengood@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 9 Jan 2011 17:30:59 +0100 (CET)

Author: leavengood
Date: 2011-01-09 17:30:59 +0100 (Sun, 09 Jan 2011)
New Revision: 40179
Changeset: http://dev.haiku-os.org/changeset/40179

Modified:
   haiku/trunk/src/apps/showimage/ShowImageView.cpp
Log:
Remove hack introduced in r36806 to offset the context menu due to our
previously bad menu handling.


Modified: haiku/trunk/src/apps/showimage/ShowImageView.cpp
===================================================================
--- haiku/trunk/src/apps/showimage/ShowImageView.cpp    2011-01-09 14:58:48 UTC 
(rev 40178)
+++ haiku/trunk/src/apps/showimage/ShowImageView.cpp    2011-01-09 16:30:59 UTC 
(rev 40179)
@@ -1340,7 +1340,6 @@
          if (window != NULL)
                  window->BuildContextMenu(menu);
 
-         screen += BPoint(2, 2);
          menu->Go(screen, true, true, true);
          fShowingPopUpMenu = true;
        }


Other related posts:

  • » [haiku-commits] r40179 - haiku/trunk/src/apps/showimage - leavengood