mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Lifted code that draws multi-tool sliders -- it's per track, not clip
This commit is contained in:
@@ -140,7 +140,7 @@ class AUDACITY_DLL_API TrackArtist {
|
||||
|
||||
void DrawClipWaveform(WaveTrack *track, WaveClip *clip,
|
||||
wxDC & dc, const wxRect & r, const ViewInfo *viewInfo,
|
||||
bool drawEnvelope, bool drawSamples, bool drawSliders,
|
||||
bool drawEnvelope, bool drawSamples,
|
||||
bool dB, bool muted);
|
||||
|
||||
void DrawClipSpectrum(WaveTrackCache &cache, WaveClip *clip,
|
||||
|
||||
Reference in New Issue
Block a user