mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-03 21:50:10 +03:00
Prevent a crash when signature parameters are incorrect.
"About ecode" close with escape (SpartanJ/ecode#873).
This commit is contained in:
@@ -131,6 +131,7 @@ void SettingsActions::aboutEcode() {
|
||||
image->setSize( { 128, 128 } );
|
||||
image->toBack();
|
||||
msgBox->setTitle( i18n( "about_ecode", "About ecode..." ) );
|
||||
msgBox->setCloseShortcut( { KEY_ESCAPE, 0 } );
|
||||
msgBox->showWhenReady();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user