mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 01:48:29 +00:00
Scroll Label: fix WML use_markup key not working with this widget
This commit is contained in:
parent
2e1555c4bf
commit
81e38dedb9
@ -104,6 +104,7 @@ void scroll_label::finalize_subclass()
|
||||
lbl->set_label(get_label());
|
||||
lbl->set_can_wrap(wrap_on);
|
||||
lbl->set_text_alignment(decode_text_alignment(text_alignment));
|
||||
lbl->set_use_markup(get_use_markup());
|
||||
}
|
||||
|
||||
void scroll_label::set_can_wrap(bool can_wrap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user