1
0
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:
unknown
2015-06-01 18:45:08 -04:00
parent 29fb5a2ffe
commit 8aea663882
2 changed files with 7 additions and 8 deletions

View File

@@ -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,