Fixed error in event manager.
This commit is contained in:
parent
ea50d8b024
commit
2090767794
@ -118,7 +118,7 @@ class EventManager:
|
|||||||
if hasattr(cthulhu, 'cthulhuApp') and cthulhu.cthulhuApp:
|
if hasattr(cthulhu, 'cthulhuApp') and cthulhu.cthulhuApp:
|
||||||
plugin_manager = cthulhu.cthulhuApp.getPluginSystemManager()
|
plugin_manager = cthulhu.cthulhuApp.getPluginSystemManager()
|
||||||
if plugin_manager:
|
if plugin_manager:
|
||||||
# plugin_manager.register_plugin_keybindings_with_active_script()
|
pass # plugin_manager.register_plugin_keybindings_with_active_script()
|
||||||
|
|
||||||
def activateLegacyKeyHandling(self):
|
def activateLegacyKeyHandling(self):
|
||||||
if not self.legacyKeyHandlingActive:
|
if not self.legacyKeyHandlingActive:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user