Merge pull request #10450 from hiflex/patch-1

Fix the Face Camera checkbox on the text entity properties tab.
This commit is contained in:
Seth Alves 2017-05-16 20:31:56 -07:00 committed by GitHub
commit 36f8d08b32

View file

@ -1020,7 +1020,7 @@ function loaded() {
elTextText.value = properties.text;
elTextLineHeight.value = properties.lineHeight.toFixed(4);
elTextFaceCamera = properties.faceCamera;
elTextFaceCamera.checked = properties.faceCamera;
elTextTextColor.style.backgroundColor = "rgb(" + properties.textColor.red + "," + properties.textColor.green + "," + properties.textColor.blue + ")";
elTextTextColorRed.value = properties.textColor.red;
elTextTextColorGreen.value = properties.textColor.green;