mirror of https://github.com/qt/qt3d.git
Revert "Add in a call to applyAspects() that accidently got missed"
This reverts commit 42c0dbc377.
Reason for revert: Introduces QTBUG-82275
Change-Id: Ibf3cc3ea29260b57734517d984ef7a5d3244216a
Reviewed-by: Mike Krus <mike.krus@kdab.com>
This commit is contained in:
parent
05cb6bb5f3
commit
ecca6d21fb
|
|
@ -250,7 +250,6 @@ void Scene3DItem::setAspects(const QStringList &aspects)
|
|||
}
|
||||
|
||||
m_aspects = aspects;
|
||||
applyAspects();
|
||||
|
||||
emit aspectsChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue