mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 07:34:10 +01:00
Minimized state moved into TrackView
This commit is contained in:
@@ -482,20 +482,6 @@ void WaveTrack::SetOldChannelGain(int channel, float gain)
|
||||
|
||||
|
||||
|
||||
void WaveTrack::DoSetMinimized(bool isMinimized){
|
||||
|
||||
#ifdef EXPERIMENTAL_HALF_WAVE
|
||||
bool bHalfWave;
|
||||
gPrefs->Read(wxT("/GUI/CollapseToHalfWave"), &bHalfWave, false);
|
||||
if( bHalfWave )
|
||||
{
|
||||
DoZoomPreset( isMinimized ? 1:0);
|
||||
}
|
||||
#endif
|
||||
|
||||
PlayableTrack::DoSetMinimized( isMinimized );
|
||||
}
|
||||
|
||||
void WaveTrack::SetWaveColorIndex(int colorIndex)
|
||||
// STRONG-GUARANTEE
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user