X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=2344804fd1f17d2e2490f83fa6d8df9128084f12;hb=1c5fb7593d34daeca31148eb48de4ff7a0c6aa05;hp=87ac32613f954e8fdbaa4333513e4b3211266dbd;hpb=19f511a492b5fb917802b84a8ae81b4c8073c747;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index 87ac3261..2344804f 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -309,6 +309,7 @@ void DecoderStack::decode_data( } } + new_decode_data(); } void DecoderStack::decode_proc(shared_ptr data) @@ -413,8 +414,6 @@ void DecoderStack::annotation_callback(srd_proto_data *pdata, void *decoder) // Add the annotation (*row_iter).second.push_annotation(a); - - d->new_decode_data(); } void DecoderStack::on_new_frame()