1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

Revert "Fix for bug #1152"

This reverts commit 6eedbcd726816618443e36c650f44de8196e97f6.
This commit is contained in:
Leland Lucius 2015-08-28 11:35:42 -05:00
parent 351a2a8528
commit ef711a75c4

View File

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