From a16183cb2cc5ac9891522606b17b613dc7377228 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:22:22 +0530 Subject: [PATCH] textinput test --- src/gui/GuiTextListCtrl.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/GuiTextListCtrl.hx b/src/gui/GuiTextListCtrl.hx index adad28ca..6b86fc4d 100644 --- a/src/gui/GuiTextListCtrl.hx +++ b/src/gui/GuiTextListCtrl.hx @@ -102,7 +102,7 @@ class GuiTextListCtrl extends GuiControl { this.flow.maxHeight = cast htr.extent.y; this.flow.multiline = true; this.flow.layout = Stack; - this.flow.overflow = FlowOverflow.Hidden; + this.flow.overflow = FlowOverflow.Limit; if (scene2d.contains(this.flow)) scene2d.removeChild(this.flow);