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