1
0
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:
Paul Licameli 2020-01-18 14:39:40 -05:00
parent 6eb0f3aca1
commit 96f29e0cd0

View File

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