Transitioned TimelineWidget to use on_layout_changed

This commit is contained in:
Joel Holdsworth 2009-01-09 20:02:09 +00:00
parent 6d730ee3ae
commit 06f2abb6fa

View file

@ -432,7 +432,7 @@ TimelineWidget::on_layout_changed()
REQUIRE(headerContainer != NULL);
REQUIRE(body != NULL);
headerContainer->layout_headers();
headerContainer->on_layout_changed();
body->queue_draw();
}