Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py

branch
5_5_x
changeset 3896
5915df11b95e
parent 3591
2f2a4a76dd22
equal deleted inserted replaced
3894:5cbd92ad2dc0 3896:5915df11b95e
593 """ 593 """
594 Private slot to show the context menu of the status list. 594 Private slot to show the context menu of the status list.
595 595
596 @param coord the position of the mouse pointer (QPoint) 596 @param coord the position of the mouse pointer (QPoint)
597 """ 597 """
598 self.menu.popup(self.mapToGlobal(coord)) 598 self.menu.popup(self.statusList.mapToGlobal(coord))
599 599
600 def __commit(self): 600 def __commit(self):
601 """ 601 """
602 Private slot to handle the Commit context menu entry. 602 Private slot to handle the Commit context menu entry.
603 """ 603 """

eric ide

mercurial