mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Fixed: Keep \n inside <textarea>
This commit is contained in:
parent
d05b77ff8e
commit
a2d9be979d
1 changed files with 4 additions and 0 deletions
|
@ -1884,6 +1884,8 @@ namespace NLGUI
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case HTML_TEXTAREA:
|
case HTML_TEXTAREA:
|
||||||
|
_PRE.push_back(true);
|
||||||
|
|
||||||
// Got one form ?
|
// Got one form ?
|
||||||
if (!(_Forms.empty()))
|
if (!(_Forms.empty()))
|
||||||
{
|
{
|
||||||
|
@ -2224,6 +2226,8 @@ namespace NLGUI
|
||||||
popIfNotEmpty (_FontOblique);
|
popIfNotEmpty (_FontOblique);
|
||||||
popIfNotEmpty (_TextColor);
|
popIfNotEmpty (_TextColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
popIfNotEmpty (_PRE);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case HTML_TITLE:
|
case HTML_TITLE:
|
||||||
|
|
Loading…
Reference in a new issue