Quote:
Originally Posted by kovidgoyal
ah ok, is see, where you have
self.qaction.setIcon(icon)
add
Code:
if hasattr(self, 'shortcut_action_for_context_menu'):
self.shortcut_action_for_context_menu.setIcon(icon)
as well.
|
Oh, yes, that works.
I don't think I'd ever have worked that one out on my own.