X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=615802239e2486d1a37d44705f0c98c98265ba80;hb=dc747705ac06c9e9ab582b6b8b7cfc31003128e0;hp=035b7803bb83b96d78101602474c8684115e22d1;hpb=aa59d5c201c953b3edce658bc677ac78f6f6612d;p=pulseview.git diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 035b780..6158022 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -69,7 +69,6 @@ const int View::MaxScrollValue = INT_MAX / 2; const int View::SignalHeight = 30; const int View::SignalMargin = 10; -const int View::SignalSnapGridSize = 10; const QColor View::CursorAreaColour(220, 231, 243); @@ -522,6 +521,10 @@ void View::signals_changed() update_layout(); normalize_layout(); + + // Update the child widgets + _header->signals_updated(); + _viewport->signals_updated(); } void View::data_updated()