1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-23 06:23:49 +02:00

Merge pull request #36 from DanWin/performance

Performance improvements
This commit is contained in:
Leland Lucius
2015-04-24 07:52:38 -05:00
37 changed files with 132 additions and 141 deletions

View File

@@ -867,7 +867,6 @@ void Ruler::TickCustom(int labelIdx, bool major, bool minor)
}
else {
strTop =-strH-mLead;
strTop = mTop- mLead+4;// More space was needed...
mMaxHeight = max(mMaxHeight, strH + 6);
}