We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce9a6 commit 6bb9768Copy full SHA for 6bb9768
addons/dialogic/Nodes/TextBubble.gd
@@ -103,6 +103,7 @@ func update_text(text:String):
103
# for this reason the RichTextLabel ist first set to just go for the size it needs,
104
# even if this might be more than available.
105
text_label.size_flags_vertical = 0
106
+ text_label.rect_clip_content = 0
107
text_label.fit_content_height = true
108
# a frame later, when the sizes have been updated, it will check if there
109
# is enough space or the scrollbar should be activated.
0 commit comments