1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-15 02:54:09 -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(), text=err.format(),
bitmap='error' bitmap='error'
) )
game.endGame()
game.newGame()
def mSaveAs(self, *event): def mSaveAs(self, *event):
if self._cancelDrag(break_pause=False): if self._cancelDrag(break_pause=False):