mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +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()
|
wxColour MixerTrackCluster::GetTrackColor()
|
||||||
{
|
{
|
||||||
//#if (AUDACITY_BRANDING == BRAND_UMIXIT)
|
return wxColour(102, 255, 102); // same as Meter playback color
|
||||||
// return AColor::GetTrackColor((void*)mLeftTrack);
|
|
||||||
//#else
|
|
||||||
return wxColour(102, 255, 102); // same as Meter playback color
|
|
||||||
//#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user