Skip to content

Commit d9766f9

Browse files
committed
Update dialog_node.gd
Avoid the scroll go beyond the text
1 parent e8fcd53 commit d9766f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/textalog/nodes/dialogue_base_node/dialog_node/dialog_node.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ func _init() -> void:
446446
text_node.mouse_filter = Control.MOUSE_FILTER_PASS
447447
text_node.name = "TextNode"
448448
var scroll := text_node.get_v_scroll()
449-
scroll.allow_greater = true
450449
if Engine.editor_hint:
451450
connect("draw", text_node, "set", ["bbcode_text", _DEFATULT_STRING])
452451
add_child(text_node)

0 commit comments

Comments
 (0)