mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-19 20:51:00 +00:00
attempt fix clipping and fix onscreen text
This commit is contained in:
parent
b4d79f04b1
commit
e6fb205e99
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue