Fix FTM for delete tree, followed by close; Title etc. shows old tree (#587)
Fixes #10513
This commit is contained in:
parent
ca9df38b11
commit
353fc50770
@ -710,7 +710,7 @@ class DbManager(CLIDbManager, ManagedWindow):
|
||||
# close the database if the user has requested to delete the
|
||||
# active database
|
||||
if self.data_to_delete[PATH_COL] == self.active:
|
||||
self.dbstate.no_database()
|
||||
self.uistate.viewmanager.close_database()
|
||||
|
||||
store, node = self.selection.get_selected()
|
||||
path = store.get_path(node)
|
||||
|
Loading…
Reference in New Issue
Block a user