X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsession.cpp;h=9fd8fb3eb9b5bdf6a1c03cf5f457e9b5113de493;hp=7545da3c15030a7090974f1ee65ee4f413c2e44a;hb=d9ea96280ab1128427143660ae375c30b19aa0cb;hpb=2ad82c2e40b6865481733913a2c32735602f63c4 diff --git a/pv/session.cpp b/pv/session.cpp index 7545da3c..9fd8fb3e 100644 --- a/pv/session.cpp +++ b/pv/session.cpp @@ -144,10 +144,10 @@ void Session::set_device(shared_ptr device) (shared_ptr device, shared_ptr packet) { data_feed_in(device, packet); }); - update_signals(); decode_traces_.clear(); + update_signals(); device_selected(); } @@ -581,7 +581,7 @@ void Session::feed_in_analog(shared_ptr analog) if (iter != cur_analog_segments_.end()) segment = (*iter).second; else { - // If no segment was found, this means we havn't + // If no segment was found, this means we haven't // created one yet. i.e. this is the first packet // in the sweep containing this segment. sweep_beginning = true;