1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

handle more gracefully.

It still will not quit.
This commit is contained in:
Shlomi Fish 2018-05-07 23:34:45 +03:00
parent 4b75005b28
commit 74bfe5e96b

View file

@ -1250,6 +1250,8 @@ Unsupported game for import.
text=err.format(),
bitmap='error'
)
game.endGame()
game.newGame()
def mSaveAs(self, *event):
if self._cancelDrag(break_pause=False):