Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py

changeset 3895
05a919adc36b
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3893:52c53efa7627 3895:05a919adc36b
594 """ 594 """
595 Private slot to show the context menu of the status list. 595 Private slot to show the context menu of the status list.
596 596
597 @param coord the position of the mouse pointer (QPoint) 597 @param coord the position of the mouse pointer (QPoint)
598 """ 598 """
599 self.menu.popup(self.mapToGlobal(coord)) 599 self.menu.popup(self.statusList.mapToGlobal(coord))
600 600
601 def __commit(self): 601 def __commit(self):
602 """ 602 """
603 Private slot to handle the Commit context menu entry. 603 Private slot to handle the Commit context menu entry.
604 """ 604 """

eric ide

mercurial