forked from qt-creator/qt-creator
Add newly created properties to the curve-editor
Change-Id: I6a8b6deca7d1f1d124e4b3e2ac845bab5802cbf7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
fc86de5e5a
commit
ef2c3f4e30
@@ -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)
|
||||
|
Reference in New Issue
Block a user