1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +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; mLength = mBottom-mTop;
mpCache.reset(); mpCache.reset();
mUserBits.clear(); // Bug 2316 we must preserve off-limit pixels.
// mUserBits.clear();
} }
struct Ruler::TickSizes struct Ruler::TickSizes