mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
commit
e26d7c6f3b
@ -8014,9 +8014,11 @@ void TrackPanel::OnSpectrogramSettings(wxCommandEvent &)
|
|||||||
wxString title(wt->GetName() + wxT(": "));
|
wxString title(wt->GetName() + wxT(": "));
|
||||||
ViewSettingsDialog dialog(this, title, factories, page);
|
ViewSettingsDialog dialog(this, title, factories, page);
|
||||||
|
|
||||||
if (0 != dialog.ShowModal())
|
if (0 != dialog.ShowModal()) {
|
||||||
|
MakeParentModifyState(true);
|
||||||
// Redraw
|
// Redraw
|
||||||
Refresh(false);
|
Refresh(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Set the Display mode based on the menu choice in the Track Menu.
|
/// Set the Display mode based on the menu choice in the Track Menu.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user