X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fviewitempaintparams.cpp;h=eb5a354546b1dc5a813d96beededd1adecfc7647;hb=6202cf13abc361af4d1419dc56eaabc314900692;hp=2d9cfbb5ab42fe7fbc3dad7d62797d3e59e1ec7e;hpb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff;p=pulseview.git diff --git a/pv/views/trace/viewitempaintparams.cpp b/pv/views/trace/viewitempaintparams.cpp index 2d9cfbb5..eb5a3545 100644 --- a/pv/views/trace/viewitempaintparams.cpp +++ b/pv/views/trace/viewitempaintparams.cpp @@ -33,7 +33,7 @@ ViewItemPaintParams::ViewItemPaintParams( rect_(rect), scale_(scale), offset_(offset), - bg_colour_state_(false) + bg_color_state_(false) { assert(scale > 0.0); }