MexUI stuff
This commit is contained in:
2
third-party/mexui/Core/Control/TextArea.js
vendored
2
third-party/mexui/Core/Control/TextArea.js
vendored
@@ -1,7 +1,7 @@
|
||||
mexui.util.createControlConstructor('TextArea', false, function(window, x, y, w, h, text, styles, callback)
|
||||
{
|
||||
mexui.Control.TextInput.call(this, window, x, y, w, h, text, this.linkControlStyles('TextArea', styles), callback, false, true);
|
||||
|
||||
|
||||
this.multiLine = true;
|
||||
});
|
||||
mexui.util.extend(mexui.Control.TextArea, mexui.Control.TextInput);
|
||||
Reference in New Issue
Block a user