Quote:
Originally Posted by Stefan
When a scroll control only has one child then it forwards all input to that child, that is needed for controls like GuiMLTextCtrl which resize themself dynamically. Otherwise you couldn't click on a GuiMLTextEditCtrl when it doesn't have text yet.
Eventually add a second invisible control (GuiControl).
|
Well, it had the GuiMLTextCtrl as a sub-parent, but I changed it so it was changed outside
GuiMLTextCtrl.. just had to change the coords and stuff :P