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:
parent
042b0f6b9b
commit
4884f59982
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user