Mon, 05 Jan 2015 20:16:29 +0100
Bug fix.
PluginToolGenerateHash.py | file | annotate | diff | comparison | revisions | |
PluginToolGenerateHash.zip | file | annotate | diff | comparison | revisions |
--- a/PluginToolGenerateHash.py Fri Jan 02 17:12:30 2015 +0100 +++ b/PluginToolGenerateHash.py Mon Jan 05 20:16:29 2015 +0100 @@ -101,6 +101,7 @@ self.__editorClosed) for editor, acts in self.__editors.items(): + editor.showMenu.connect(self.__editorShowMenu) menu = editor.getMenu("Tools") if menu is not None: for act in acts: