From a33162d7ffc03457f644055cc5e4a23ee470a34a Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 17 Nov 2017 21:07:43 +1300 Subject: [PATCH] Fix typo in Base3DOverlay "filled" property --- interface/src/ui/overlays/Base3DOverlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/overlays/Base3DOverlay.cpp b/interface/src/ui/overlays/Base3DOverlay.cpp index 4412014eb1..f60c72ab2d 100644 --- a/interface/src/ui/overlays/Base3DOverlay.cpp +++ b/interface/src/ui/overlays/Base3DOverlay.cpp @@ -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") {