mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +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;
|
||||
case HTML_TEXTAREA:
|
||||
_PRE.push_back(true);
|
||||
|
||||
// Got one form ?
|
||||
if (!(_Forms.empty()))
|
||||
{
|
||||
|
@ -2224,6 +2226,8 @@ namespace NLGUI
|
|||
popIfNotEmpty (_FontOblique);
|
||||
popIfNotEmpty (_TextColor);
|
||||
}
|
||||
|
||||
popIfNotEmpty (_PRE);
|
||||
}
|
||||
break;
|
||||
case HTML_TITLE:
|
||||
|
|
Loading…
Reference in a new issue