X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.cpp;h=ec0ab9a4fe4f59857e47e0fcc7443747e3039a1c;hp=49d90e39d551447f563debf9ea2e04b90d6bec4e;hb=ca4ec3eab886e62c0f9d0cc91636383a74ad5d7b;hpb=3efda736308edc11468a4b59bdb28d5793902529 diff --git a/pv/view/timemarker.cpp b/pv/view/timemarker.cpp index 49d90e39..ec0ab9a4 100644 --- a/pv/view/timemarker.cpp +++ b/pv/view/timemarker.cpp @@ -50,6 +50,7 @@ double TimeMarker::time() const void TimeMarker::set_time(double time) { _time = time; + time_changed(); } void TimeMarker::paint(QPainter &p, const QRect &rect)