Fixed: List forced child element to be visible on the time of insertion

--HG--
branch : develop
This commit is contained in:
Nimetu 2019-05-21 23:07:32 +03:00
parent e61c5937f3
commit 41e6951fb2

View file

@ -1026,7 +1026,6 @@ namespace NLGUI
}
child->_Parent = this;
child->_ParentPos = NULL;
child->_Active = true;
child->_X = 0;
child->_Y = 0;
child->_RenderLayer = this->_RenderLayer;