Skip to content

Commit

Permalink
Fix title refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 16, 2020
1 parent 3f9922e commit f52bd03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private boolean saveAs(Path file, SaveDatabaseMode mode) {
// we managed to successfully save the file
// thus, we can store the store the path into the context
context.setDatabasePath(file);
frame.refreshTitleAndTabs();

// Reinstall AutosaveManager and BackupManager for the new file name
panel.resetChangeMonitorAndChangePane();
Expand Down

0 comments on commit f52bd03

Please sign in to comment.