textinput test

This commit is contained in:
RandomityGuy 2022-12-23 21:22:22 +05:30
parent ac057c7c9d
commit b4d79f04b1

View file

@ -103,7 +103,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);