GUI2/Chat Log: marked text area as link-aware (fixes #5485)
This commit is contained in:
parent
f84be32671
commit
4bf5acf3f2
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue