libsysprof-ui: link time adjustment for counters

This commit is contained in:
Christian Hergert
2019-05-23 14:13:48 -07:00
parent cd7eb1b822
commit 0c1d842aaf

View File

@ -847,6 +847,7 @@ sysprof_capture_view_init (SysprofCaptureView *self)
G_ACTION_GROUP (group));
_sysprof_marks_view_set_hadjustment (priv->marks_view, priv->time_adj);
_sysprof_marks_view_set_hadjustment (priv->counters_view, priv->time_adj);
_sysprof_visualizer_view_set_hadjustment (priv->visualizer_view, priv->time_adj);
}