X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fcursorheader.cpp;h=981a958b8d0d94ec3d515fcfba3dce82844c8d76;hb=2fae5107535c39adde322393d2f6d18098c0154e;hp=7fc02add408c19438f6c3ea4bce980cd9dc5db64;hpb=e9f909b8ab36f5d147dc9d6dd429df7c1a7fb650;p=pulseview.git diff --git a/pv/view/cursorheader.cpp b/pv/view/cursorheader.cpp index 7fc02ad..981a958 100644 --- a/pv/view/cursorheader.cpp +++ b/pv/view/cursorheader.cpp @@ -78,7 +78,7 @@ void CursorHeader::paintEvent(QPaintEvent*) // Draw the cursors if (view_.cursors_shown()) - view_.cursors()->draw_markers(p, r); + view_.cursors()->paint_label(p, r); } void CursorHeader::mouseMoveEvent(QMouseEvent *e)