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 """ |