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