* Lots of code cleanup
* New standard MCI codes for labels * WIP MaskEditTextView * Extra styles for EditTextView
This commit is contained in:
@@ -80,7 +80,7 @@ function TextView(options) {
|
||||
this.fillChar,
|
||||
this.justify,
|
||||
this.hasFocus ? this.getFocusSGR() : this.getSGR(),
|
||||
this.getSGR() // :TODO: use extended style color if avail
|
||||
this.getStyleSGR(1) || this.getSGR()
|
||||
));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user