X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=77a887f9fe4c9b6b232fa78aaf31cd11b3b5ecd3;hp=ba16247a8c8e5609245bc8233943295ff068b32b;hb=aca00b1e0d3483926c53dfd856483a397f1c29a5;hpb=b786fcfd36fed2282a6602f26d74c2926957aff6 diff --git a/pv/view/header.cpp b/pv/view/header.cpp index ba16247..77a887f 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.cpp @@ -240,6 +240,8 @@ void Header::on_signals_changed() const vector< shared_ptr > traces(_view.get_traces()); BOOST_FOREACH(shared_ptr t, traces) { assert(t); + connect(t.get(), SIGNAL(visibility_changed()), + this, SLOT(update())); connect(t.get(), SIGNAL(text_changed()), this, SLOT(update())); connect(t.get(), SIGNAL(colour_changed()),