mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 03:09:08 +00:00
Changed: Use multiline text for http errors
--HG-- branch : develop
This commit is contained in:
parent
81408bbc5a
commit
a50689a885
1 changed files with 1 additions and 0 deletions
|
@ -3550,6 +3550,7 @@ namespace NLGUI
|
||||||
CViewText *viewText = new CViewText ("", (string("Error : ")+msg).c_str());
|
CViewText *viewText = new CViewText ("", (string("Error : ")+msg).c_str());
|
||||||
viewText->setColor (ErrorColor);
|
viewText->setColor (ErrorColor);
|
||||||
viewText->setModulateGlobalColor(ErrorColorGlobalColor);
|
viewText->setModulateGlobalColor(ErrorColorGlobalColor);
|
||||||
|
viewText->setMultiLine (true);
|
||||||
getParagraph()->addChild (viewText);
|
getParagraph()->addChild (viewText);
|
||||||
if(!_TitlePrefix.empty())
|
if(!_TitlePrefix.empty())
|
||||||
setTitle (_TitlePrefix);
|
setTitle (_TitlePrefix);
|
||||||
|
|
Loading…
Reference in a new issue