forked from qt-creator/qt-creator
Load all curves when opening DS with lastsession
Change-Id: I2de37fbd25b828e585739edee8bb079c02f58f94 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -118,6 +118,11 @@ void CurveEditorView::nodeReparented(const ModelNode &node,
|
||||
updateKeyframes();
|
||||
else if (QmlTimelineKeyframeGroup::checkKeyframesType(node))
|
||||
updateKeyframes();
|
||||
else if (newPropertyParent.isValid() && !oldPropertyParent.isValid()) {
|
||||
if (activeTimeline().hasKeyframeGroupForTarget(node)) {
|
||||
updateKeyframes();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void CurveEditorView::auxiliaryDataChanged(const ModelNode &node,
|
||||
|
||||
Reference in New Issue
Block a user