mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Don't forget to modify undo state when toggling a sub-view
This commit is contained in:
parent
6eb0f3aca1
commit
96f29e0cd0
@ -821,6 +821,8 @@ void WaveTrackMenuTable::OnSetDisplay(wxCommandEvent & event)
|
||||
// Decide what to do here. Turn off multi-view instead?
|
||||
// PRL: I don't agree that it makes sense
|
||||
}
|
||||
else
|
||||
ProjectHistory::Get( mpData->project ).ModifyState(true);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user