X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=b5fcf9d6798ebc466c63859e687294a9583ba2ac;hp=5f33416050d721b21af2b00835dc341259aeb391;hb=6abffa979b89440af383cf1142648e34dcbdfc44;hpb=09d5df110bc035256dcd8287094fe1a3b8e67466 diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 5f33416..b5fcf9d 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -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())