1
0
Fork 0

FG1000: TextElement setColor

This commit is contained in:
Stuart Buchanan 2021-08-19 12:28:52 +01:00
parent 94f4007793
commit 1093a3fa97

View file

@ -60,6 +60,7 @@ var TextElement =
me._symbol.setColor(me._style.NORMAL_TEXT_COLOR);
PFD.HighlightTimer.stopHighlight(me);
},
setColor : func(color) { me._symbol.setColor(color); },
isEditable : func () { return 0; },
isInEdit : func() { return 0; },
isHighlighted : func() { return me._highlighted; },