Fixed: List forced child element to be visible on the time of insertion
--HG-- branch : develop
This commit is contained in:
parent
e61c5937f3
commit
41e6951fb2
1 changed files with 0 additions and 1 deletions
|
@ -1026,7 +1026,6 @@ namespace NLGUI
|
||||||
}
|
}
|
||||||
child->_Parent = this;
|
child->_Parent = this;
|
||||||
child->_ParentPos = NULL;
|
child->_ParentPos = NULL;
|
||||||
child->_Active = true;
|
|
||||||
child->_X = 0;
|
child->_X = 0;
|
||||||
child->_Y = 0;
|
child->_Y = 0;
|
||||||
child->_RenderLayer = this->_RenderLayer;
|
child->_RenderLayer = this->_RenderLayer;
|
||||||
|
|
Loading…
Reference in a new issue