diff --git a/src/widgets/Ruler.cpp b/src/widgets/Ruler.cpp index 446e8b97e..402d5cb48 100644 --- a/src/widgets/Ruler.cpp +++ b/src/widgets/Ruler.cpp @@ -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