mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 15:44:20 +01:00
Don't draw 0 at top of spectrogram scale (bug in 8cf7d0b)
This commit is contained in:
@@ -1108,7 +1108,7 @@ void Ruler::Update(
|
||||
|
||||
// Extreme values
|
||||
if (mLabelEdges) {
|
||||
updater.Tick( dc, 0, mMax, tickSizes, mFonts.major, majorOutputs );
|
||||
updater.Tick( dc, 0, mMin, tickSizes, mFonts.major, majorOutputs );
|
||||
updater.Tick( dc, mLength, mMax, tickSizes, mFonts.major, majorOutputs );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user