Transitioned TimelineWidget to use on_layout_changed
This commit is contained in:
parent
6d730ee3ae
commit
06f2abb6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ TimelineWidget::on_layout_changed()
|
|||
REQUIRE(headerContainer != NULL);
|
||||
REQUIRE(body != NULL);
|
||||
|
||||
headerContainer->layout_headers();
|
||||
headerContainer->on_layout_changed();
|
||||
body->queue_draw();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue