Add missing field in constructor initializer list
This commit is contained in:
parent
f83553e83f
commit
68564a83c4
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ ttext::ttext() :
|
|||
text_(),
|
||||
markedup_text_(false),
|
||||
link_aware_(false),
|
||||
link_color_(),
|
||||
font_size_(14),
|
||||
font_style_(STYLE_NORMAL),
|
||||
foreground_color_(0xFFFFFFFF), // solid white
|
||||
|
|
Loading…
Add table
Reference in a new issue