mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 23:00:06 +02:00
I left in this commented-out code as reminder where it's easy to change per-track waveform colors. It's probably better to go to the Audacity_UmixIt_&_branding branch altogether for this feature, so I got rid of the commented out code.
This commit is contained in:
parent
38f346cfab
commit
75b3efa9f8
@ -688,11 +688,7 @@ void MixerTrackCluster::UpdateMeter(const double t0, const double t1)
|
||||
|
||||
wxColour MixerTrackCluster::GetTrackColor()
|
||||
{
|
||||
//#if (AUDACITY_BRANDING == BRAND_UMIXIT)
|
||||
// return AColor::GetTrackColor((void*)mLeftTrack);
|
||||
//#else
|
||||
return wxColour(102, 255, 102); // same as Meter playback color
|
||||
//#endif
|
||||
return wxColour(102, 255, 102); // same as Meter playback color
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user