From 41e6951fb27d84315e6b090c17a18cc3ea6d8610 Mon Sep 17 00:00:00 2001 From: Nimetu Date: Tue, 21 May 2019 23:07:32 +0300 Subject: [PATCH] Fixed: List forced child element to be visible on the time of insertion --HG-- branch : develop --- code/nel/src/gui/group_list.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/code/nel/src/gui/group_list.cpp b/code/nel/src/gui/group_list.cpp index 216c8f682..624c68d75 100644 --- a/code/nel/src/gui/group_list.cpp +++ b/code/nel/src/gui/group_list.cpp @@ -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;