disable undo when switching profiles

This commit is contained in:
Damien Elmes 2012-12-21 20:55:57 +09:00
parent 2095e5c4b3
commit 873811a56e

View file

@ -261,6 +261,7 @@ how to restore from a backup.""")
return self.unloadProfile()
self.hideSchemaMsg = False
self.progress.setupDB(self.col.db)
self.maybeEnableUndo()
self.moveToState("deckBrowser")
def unloadCollection(self):