]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.h
Improved row annotation colouring
[pulseview.git] / pv / view / decodetrace.h
index 2df848acbba38110c95d4018b9d48be33ceddf8a..9f0e68b5deee5cd8fc0229f9182c2d526d4d11b4 100644 (file)
@@ -108,7 +108,8 @@ public:
 private:
        void draw_annotation(const pv::data::decode::Annotation &a, QPainter &p,
                QColor text_colour, int text_height, int left, int right,
-               double samples_per_pixel, double pixels_offset, int y) const;
+               double samples_per_pixel, double pixels_offset, int y,
+               unsigned int row_index) const;
 
        void draw_instant(const pv::data::decode::Annotation &a, QPainter &p,
                QColor fill, QColor outline, QColor text_color, int h, double x,