GUI2/Chat Log: marked text area as link-aware (fixes #5485)

This commit is contained in:
Charles Dang 2021-01-22 14:08:10 +11:00
parent f84be32671
commit 4bf5acf3f2

View file

@ -146,7 +146,7 @@
grow_factor= 1
[column]
grow_factor = 7
grow_factor = 1
border = "all"
border_size = 5
horizontal_grow = true
@ -155,6 +155,7 @@
[scroll_label]
id = "msg"
definition = "description"
link_aware = true
# NOTE: this is necessary to avoid internal invalidate_layout calls when the scrollbar
# switches visibility in scrollbar_container, which resets the scrollbar position.