Merge pull request #139 from WaveMotion/bug1277

Fix for Bug 1277
This commit is contained in:
Paul Licameli 2016-06-18 19:04:47 -04:00 committed by GitHub
commit e26d7c6f3b
1 changed files with 3 additions and 1 deletions

View File

@ -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.