From 74bfe5e96bfee9ea060b99d43691924981a3dd3d Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 7 May 2018 23:34:45 +0300 Subject: [PATCH] handle more gracefully. It still will not quit. --- pysollib/ui/tktile/menubar.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pysollib/ui/tktile/menubar.py b/pysollib/ui/tktile/menubar.py index b50a1c07..735e3f99 100644 --- a/pysollib/ui/tktile/menubar.py +++ b/pysollib/ui/tktile/menubar.py @@ -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):