X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.cpp;h=13282cda25e458b6b624de563f09e1fc6668a6b5;hp=f1486e0089ac7f8a392baf58ce438d493338cbe9;hb=bb19aac49414cc772a2a1e52730cbb2ca24b425c;hpb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416 diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index f1486e0..13282cd 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: