pygui changes to avoid deleting session and open xml race conditions, fix to reset canvas view options when creating a new session

This commit is contained in:
Blake Harnden 2020-05-01 14:13:44 -07:00
parent 1f1b1c7b65
commit f7281459ed
4 changed files with 12 additions and 8 deletions

View file

@ -128,5 +128,4 @@ class CoreEmu:
result = True
else:
logging.error("session to delete did not exist: %s", _id)
return result