Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

changeset 3895
05a919adc36b
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3893:52c53efa7627 3895:05a919adc36b
702 """ 702 """
703 Private slot to show the context menu of the status list. 703 Private slot to show the context menu of the status list.
704 704
705 @param coord the position of the mouse pointer (QPoint) 705 @param coord the position of the mouse pointer (QPoint)
706 """ 706 """
707 self.menu.popup(self.mapToGlobal(coord)) 707 self.menu.popup(self.statusList.mapToGlobal(coord))
708 708
709 def __commit(self): 709 def __commit(self):
710 """ 710 """
711 Private slot to handle the Commit context menu entry. 711 Private slot to handle the Commit context menu entry.
712 """ 712 """

eric ide

mercurial