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 commit6e75ae58ac, reversing changes made to714d53e00f.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user