mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
commit
e26d7c6f3b
@ -8014,10 +8014,12 @@ 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.
|
||||
/// Note that gModes MUST BE IN THE SAME ORDER AS THE MENU CHOICES!!
|
||||
|
Loading…
x
Reference in New Issue
Block a user