textinput test

This commit is contained in:
RandomityGuy 2022-12-23 21:22:22 +05:30
parent 6f7daca627
commit a16183cb2c

View file

@ -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);