Fix GUI skin issue

This commit is contained in:
auria.mg
2018-03-15 21:29:45 -04:00
parent 3d787f4134
commit f8f77edc47

View File

@@ -1675,7 +1675,7 @@ void Skin::renderSections(PtrVector<Widget>* within_vector)
if (widget.m_type == WTYPE_DIV)
{
if (widget.m_show_bounding_box)
if (widget.m_show_bounding_box && widget.isVisible())
{
if (widget.m_is_bounding_box_round)
{