mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
[#35 state:fixed] base qt: Added contextual menu to the main window (the Actions menu).
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4090
This commit is contained in:
parent
8946ad02ac
commit
018f2a03dc
@ -287,6 +287,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
||||
h.setSectionHidden(colid, not h.isSectionHidden(colid))
|
||||
self._update_column_actions_status()
|
||||
|
||||
def contextMenuEvent(self, event):
|
||||
self.actionActions.menu().exec_(event.globalPos())
|
||||
|
||||
def dupeMarkingChanged(self):
|
||||
self._redraw_results()
|
||||
self._update_status_line()
|
||||
|
Loading…
x
Reference in New Issue
Block a user