diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 0aad99f64..2ef5371c9 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -8014,9 +8014,11 @@ void TrackPanel::OnSpectrogramSettings(wxCommandEvent &) wxString title(wt->GetName() + wxT(": ")); ViewSettingsDialog dialog(this, title, factories, page); - if (0 != dialog.ShowModal()) + if (0 != dialog.ShowModal()) { + MakeParentModifyState(true); // Redraw Refresh(false); + } } /// Set the Display mode based on the menu choice in the Track Menu.