X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=6af03c9c0f7a78fec96a341c57c7e38b1d951bae;hb=317008bac93a797279be2265f40626cc772da353;hp=508b91c5c385ff7e34fae595105396ba94bc4d66;hpb=9cef95672622f4ecdb21edef9d81a10c789daf1e;p=pulseview.git diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 508b91c5..6af03c9c 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -390,7 +390,6 @@ void View::signals_changed() const vector< shared_ptr > traces(get_traces()); BOOST_FOREACH(shared_ptr t, traces) { t->set_view(this); - t->init_context_bar_actions(NULL); t->set_v_offset(offset); offset += SignalHeight + 2 * SignalMargin; }