Quote:
Originally Posted by KevinH
Does using the Cancel button instead of the X on PluginRunner cause a crash of Sigil too?
|
I can't get Sigil to crash with the steps given either on Windows 10. My guess is that Cancel would never crash (for those who are experiencing them when hitting the X button). If so, I'd be tempted to see if we can intercept that X button signal and do the same thing with it that the Cancel button does. I'd say hide the close button box, but the escape key on Windows will do the same thing. So we might have to catch that in Plugin Runner as well.
Another option would be to hide the Plugin Runner window until the plugin returns control. But I don't like that for several obvious reasons.