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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user