There was an error while loading. Please reload this page.
2 parents 44cdb63 + 6bb9768 commit e23354fCopy full SHA for e23354f
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