Add newly created properties to the curve-editor

Change-Id: I6a8b6deca7d1f1d124e4b3e2ac845bab5802cbf7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Knud Dollereder
2019-08-14 11:28:07 +02:00
committed by Thomas Hartmann
parent fc86de5e5a
commit ef2c3f4e30

View File

@@ -169,6 +169,7 @@ void TimelineGraphicsScene::setWidth(int width)
void TimelineGraphicsScene::invalidateLayout()
{
m_layout->invalidate();
toolBar()->setCurrentTimeline(currentTimeline());
}
void TimelineGraphicsScene::setCurrenFrame(const QmlTimeline &timeline, qreal frame)