attempt fix clipping and fix onscreen text

This commit is contained in:
RandomityGuy 2022-12-23 22:11:08 +05:30
parent b4d79f04b1
commit e6fb205e99

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.Limit;
this.flow.overflow = FlowOverflow.Hidden;
if (scene2d.contains(this.flow))
scene2d.removeChild(this.flow);