diff --git a/src/gui/widgets/timeline-widget.cpp b/src/gui/widgets/timeline-widget.cpp index 29fab5454..3ab58ee88 100644 --- a/src/gui/widgets/timeline-widget.cpp +++ b/src/gui/widgets/timeline-widget.cpp @@ -432,7 +432,7 @@ TimelineWidget::on_layout_changed() REQUIRE(headerContainer != NULL); REQUIRE(body != NULL); - headerContainer->layout_headers(); + headerContainer->on_layout_changed(); body->queue_draw(); }