Merge pull request #11840 from ctrlaltdavid/21609

Fix typo in overlay "filled" property
This commit is contained in:
Brad Hefta-Gaub 2017-11-18 14:31:11 -08:00 committed by GitHub
commit e4a03a7d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ QVariant Base3DOverlay::getProperty(const QString& property) {
if (property == "localRotation" || property == "localOrientation") {
return quatToVariant(getLocalOrientation());
}
if (property == "isSolid" || property == "isFilled" || property == "solid" || property == "filed") {
if (property == "isSolid" || property == "isFilled" || property == "solid" || property == "filled" || property == "filed") {
return _isSolid;
}
if (property == "isWire" || property == "wire") {