mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 05:01:38 +00:00
textinput test
This commit is contained in:
parent
ac057c7c9d
commit
b4d79f04b1
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.maxHeight = cast htr.extent.y;
|
||||||
this.flow.multiline = true;
|
this.flow.multiline = true;
|
||||||
this.flow.layout = Stack;
|
this.flow.layout = Stack;
|
||||||
this.flow.overflow = FlowOverflow.Hidden;
|
this.flow.overflow = FlowOverflow.Limit;
|
||||||
if (scene2d.contains(this.flow))
|
if (scene2d.contains(this.flow))
|
||||||
scene2d.removeChild(this.flow);
|
scene2d.removeChild(this.flow);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue