1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 23:30:07 +02:00

Bug 2316 - Meter scale overprints meter options button

This commit is contained in:
James Crook 2020-03-02 19:29:48 +00:00
parent 042b0f6b9b
commit 4884f59982

View File

@ -351,7 +351,8 @@ void Ruler::Invalidate()
mLength = mBottom-mTop;
mpCache.reset();
mUserBits.clear();
// Bug 2316 we must preserve off-limit pixels.
// mUserBits.clear();
}
struct Ruler::TickSizes