Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py

branch
5_5_x
changeset 3896
5915df11b95e
parent 3591
2f2a4a76dd22
--- a/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py	Thu Oct 30 19:05:40 2014 +0100
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py	Fri Oct 31 12:15:04 2014 +0100
@@ -595,7 +595,7 @@
         
         @param coord the position of the mouse pointer (QPoint)
         """
-        self.menu.popup(self.mapToGlobal(coord))
+        self.menu.popup(self.statusList.mapToGlobal(coord))
         
     def __commit(self):
         """

eric ide

mercurial