]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/popup.cpp
Update property widgets before showing device config popup
[pulseview.git] / pv / widgets / popup.cpp
index f1486e0089ac7f8a392baf58ce438d493338cbe9..13282cda25e458b6b624de563f09e1fc6668a6b5 100644 (file)
@@ -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: