forked from qt-creator/qt-creator
QmlDesigner: Fix runtime JS warning
Particle emitter gizmos do not have locked property. Change-Id: I4f11dbd52256b365402e647024d4d258351a3c60 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -651,12 +651,6 @@ Item {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (var i = 0; i < particleEmitterGizmos.length; ++i) {
|
|
||||||
if (particleEmitterGizmos[i].targetNode === node) {
|
|
||||||
particleEmitterGizmos[i].locked = _generalHelper.isLocked(node);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
function onHiddenStateChanged(node)
|
function onHiddenStateChanged(node)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user