diff --git a/src/gui/GuiTextListCtrl.hx b/src/gui/GuiTextListCtrl.hx index 38fef118..bc030f3f 100644 --- a/src/gui/GuiTextListCtrl.hx +++ b/src/gui/GuiTextListCtrl.hx @@ -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.Limit; + this.flow.overflow = FlowOverflow.Hidden; if (scene2d.contains(this.flow)) scene2d.removeChild(this.flow);