]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.hpp
DecodeTrace: Try to keep annotation labels within the view
[pulseview.git] / pv / view / decodetrace.hpp
index 4964a95df2f7a024f1bd9c721158dd979db316ed..af9151810100f1cf5eadea7dc3f58d60725d3bb5 100644 (file)
@@ -141,7 +141,7 @@ private:
 
        void draw_range(const pv::data::decode::Annotation &a, QPainter &p,
                QColor fill, QColor outline, int h, double start,
-               double end, int y) const;
+               double end, int y, const ViewItemPaintParams &pp) const;
 
        void draw_error(QPainter &p, const QString &message,
                const ViewItemPaintParams &pp);