diff --git a/chirp/wxui/main.py b/chirp/wxui/main.py index de6358537..719fafd2c 100644 --- a/chirp/wxui/main.py +++ b/chirp/wxui/main.py @@ -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):