1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 20:52:09 +01:00

Revert "Preliminaries to support better interaction of undo and recording"

This reverts commit 6e75ae58ac, reversing
changes made to 714d53e00f.
This commit is contained in:
Paul Licameli
2018-01-14 21:36:33 -05:00
parent 950898dcb9
commit 4ef8da8f16
15 changed files with 192 additions and 721 deletions

View File

@@ -452,7 +452,7 @@ float WaveTrack::GetChannelGain(int channel) const
return right*mGain;
}
void WaveTrack::DoSetMinimized(bool isMinimized){
void WaveTrack::SetMinimized(bool isMinimized){
#ifdef EXPERIMENTAL_HALF_WAVE
// Show half wave on collapse, full on restore.
@@ -465,7 +465,7 @@ void WaveTrack::DoSetMinimized(bool isMinimized){
pWtvc->DoZoomPreset( isMinimized ? 1:0);
#endif
PlayableTrack::DoSetMinimized( isMinimized );
Track::SetMinimized( isMinimized );
}
void WaveTrack::SetWaveColorIndex(int colorIndex)