Added: Diplay:inline-block option to style of div in group_html

--HG--
branch : develop
This commit is contained in:
ulukyn 2018-06-12 13:39:33 +02:00
parent 24b99e677c
commit 1a128ac269

View file

@ -1570,6 +1570,8 @@ namespace NLGUI
{
if ((*it).first == "template")
templateName = (*it).second;
else if ((*it).first == "display" && (*it).second == "inline-block")
_BlockLevelElement.back() = false;
else
tmplParams.push_back(TTmplParam((*it).first, (*it).second));
}