1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

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

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.