Skip to content

Commit e23354f

Browse files
authored
Merge pull request #905 from OmegaBowser/main
Remove clip content to prevent outlining cut.
2 parents 44cdb63 + 6bb9768 commit e23354f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/dialogic/Nodes/TextBubble.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func update_text(text:String):
103103
# for this reason the RichTextLabel ist first set to just go for the size it needs,
104104
# even if this might be more than available.
105105
text_label.size_flags_vertical = 0
106+
text_label.rect_clip_content = 0
106107
text_label.fit_content_height = true
107108
# a frame later, when the sizes have been updated, it will check if there
108109
# is enough space or the scrollbar should be activated.

0 commit comments

Comments
 (0)