Added: Diplay:inline-block option to style of div in group_html
--HG-- branch : develop
This commit is contained in:
parent
24b99e677c
commit
1a128ac269
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue