X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=f754868c96b69b4efd0bc61856fa71d946aa3071;hb=14009012e02866aa8e8d338026901d180d00fcc6;hp=035b7803bb83b96d78101602474c8684115e22d1;hpb=6dcdb3258f6f0b25e69154b5919405a194b7e724;p=pulseview.git diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 035b780..f754868 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -522,6 +522,10 @@ void View::signals_changed() update_layout(); normalize_layout(); + + // Update the child widgets + _header->signals_updated(); + _viewport->signals_updated(); } void View::data_updated()