FG1000: TextElement setColor
This commit is contained in:
parent
94f4007793
commit
1093a3fa97
1 changed files with 1 additions and 0 deletions
|
@ -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; },
|
||||
|
|
Loading…
Reference in a new issue