]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursor.cpp
TimeMarker: Removed Offset
[pulseview.git] / pv / view / cursor.cpp
index 5f33416050d721b21af2b00835dc341259aeb391..b5fcf9d6798ebc466c63859e687294a9583ba2ac 100644 (file)
@@ -69,7 +69,7 @@ QRectF Cursor::label_rect(const QRectF &rect) const
                text_size.width() + View::LabelPadding.width() * 2,
                text_size.height() + View::LabelPadding.height() * 2);
        const float top = rect.height() - label_size.height() -
-               TimeMarker::Offset - TimeMarker::ArrowSize - 0.5f;
+               TimeMarker::ArrowSize - 0.5f;
        const float height = label_size.height();
 
        if (time_ > other->time())