Quote:
Originally Posted by KevinH
This should now be fixed in master by overiding QDialog::reject() to invoke cancelPlugin first before exiting and by my tests this catches both the escape key and the x close.
|
Doitsu clued me in to one of his plugins that would consistently crash for me when clicking the close button (or hitting ESC) while the plugin's gui (PyQt5) was open. Your commit eliminated the crashing (using ESC as well)