X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.cpp;h=13282cda25e458b6b624de563f09e1fc6668a6b5;hp=f1486e0089ac7f8a392baf58ce438d493338cbe9;hb=b571a8e7e0dc3e3b6daa58f27050e76466f006dd;hpb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416 diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index f1486e00..13282cda 100644 --- a/pv/widgets/popup.cpp +++ b/pv/widgets/popup.cpp @@ -140,7 +140,7 @@ QPolygon Popup::arrow_polygon() const QPolygon poly; const QPoint p = mapFromGlobal(point_); - const int l = ArrowLength + ArrowOverlap; + const int l = ArrowLength + ArrowOverlap; switch (pos_) { case Right: