wasn't the no-op it claimed to be.
This commit is contained in:
nick_m 2015-02-20 23:30:48 +11:00
parent b68a4e5cdc
commit 5d5f83c56b

View File

@ -419,7 +419,7 @@ WaveView::draw_image (Cairo::RefPtr<Cairo::ImageSurface>& image, PeakData* _peak
}
if (fabs (_peaks[i].min) >= clip_level) {
tips[i].clip_max = true;
tips[i].clip_min = true;
}
}