EasyRPG / Editor

Game editor similar to RPG Maker
https://easyrpg.org/editor/
GNU General Public License v3.0
336 stars 59 forks source link

Fix map save confirmation cancelling on application quit #196

Closed ghost closed 2 years ago

ghost commented 2 years ago

If a map has been changed and the quit command has been called, cancelling the map save confirmation dialog quitted the application anyway (same outcome as selecting "No") while working correctly if the dialog was called over the window close command. This PR fixes this.