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:
parent
4b75005b28
commit
74bfe5e96b
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue