X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fviewitem.cpp;h=3627d8ca6f1bcefb160b84d609f0b0fae6c9564d;hp=43c9ca2673de149ed6fcbdf50a4e7cec9ee723e1;hb=cbd9ec7f751a5403d1465e966ccecd31b7086e8a;hpb=30fe44fbfb5727c6ca93f10cf4de913b4f13381f diff --git a/pv/views/trace/viewitem.cpp b/pv/views/trace/viewitem.cpp index 43c9ca26..3627d8ca 100644 --- a/pv/views/trace/viewitem.cpp +++ b/pv/views/trace/viewitem.cpp @@ -39,6 +39,12 @@ ViewItem::ViewItem() : { } +bool ViewItem::is_selectable(QPoint pos) const +{ + (void)pos; + return true; +} + bool ViewItem::selected() const { return selected_;