1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
This commit is contained in:
Leland Lucius 2015-08-28 03:03:43 -05:00
parent 4e0cb1af71
commit 6eedbcd726

View File

@ -1875,6 +1875,7 @@ void TrackArtist::DrawClipWaveform(WaveTrack *track,
}
}
else {
display.Allocate();
const int pos = leftOffset - params.hiddenLeftOffset;
useMin = display.min + pos;
useMax = display.max + pos;