From 06f2abb6fa98523a7c6357bc73623c78aef2c384 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 9 Jan 2009 20:02:09 +0000 Subject: [PATCH] Transitioned TimelineWidget to use on_layout_changed --- src/gui/widgets/timeline-widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }