parent
555dc86343
commit
e7ef4f07cb
|
@ -1025,6 +1025,7 @@ void GUIFormSpecMenu::parseTextArea(parserData* data,
|
|||
if (type == "textarea")
|
||||
{
|
||||
e->setMultiLine(true);
|
||||
e->setWordWrap(true);
|
||||
e->setTextAlignment(gui::EGUIA_UPPERLEFT, gui::EGUIA_UPPERLEFT);
|
||||
} else {
|
||||
irr::SEvent evt;
|
||||
|
|
Loading…
Reference in New Issue