Quote:
Originally Posted by BetterRed
@ JimmXinu -  I just put it through the sequence of tests on which I was getting consistent failures - no APPCRASHes :fingersx
:...
|
Excellent!
FYI, the problem was that I'd missed a line in Open With only--it wasn't doing self.gui.keyboard.unregister_shortcut(...) on each action, only self.gui.removeAction(...). All the other PIs had that and that's what corrected Open With.