X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=77a887f9fe4c9b6b232fa78aaf31cd11b3b5ecd3;hb=aca00b1e0d3483926c53dfd856483a397f1c29a5;hp=ba16247a8c8e5609245bc8233943295ff068b32b;hpb=91e8bf08c9799cb1041d26bf2ff6b67abf9a420b;p=pulseview.git 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()),