Skip to content

Commit

Permalink
Update window title after save-as
Browse files Browse the repository at this point in the history
When multiple window support was added, we had to show the file of
the currently-selected tab in the title bar so you can tell the windows
apart in the task list. This needs to be updated after a save-as
operation so it doesn't remain incorrect.

Related to #10634
  • Loading branch information
kk7ds committed Jun 28, 2023
1 parent ad915d2 commit 266d21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chirp/wxui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ def _menu_save_as(self, event):
eset.save(filename)
self.adj_menu_open_recent(filename)
self._update_editorset_title(eset)
self._update_window_for_editor()
return True

def _menu_save(self, event):
Expand Down

0 comments on commit 266d21a

Please sign in to comment.