Widgets: Fix manually hidden entities being incorrectly shown when widget itself is shown

This commit is contained in:
SirLynix
2023-08-24 07:54:33 +02:00
parent e145501568
commit 1b7a89213d
10 changed files with 63 additions and 45 deletions

View File

@@ -21,6 +21,7 @@ namespace Nz
m_preferredSize(-1),
m_size(50.f, 50.f),
m_parentWidget(nullptr),
m_disableVisibilitySignal(false),
m_visible(true),
m_baseRenderLayer(0),
m_renderLayerCount(1)