Widgets: Fix manually hidden entities being incorrectly shown when widget itself is shown
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Nz
|
||||
return m_widgetOwner->CreateEntity();
|
||||
}
|
||||
|
||||
inline entt::entity BaseWidgetStyle::CreateGraphicsEntity(Node* parent)
|
||||
{
|
||||
return m_widgetOwner->CreateGraphicsEntity(parent);
|
||||
}
|
||||
|
||||
inline void BaseWidgetStyle::DestroyEntity(entt::entity entity)
|
||||
{
|
||||
m_widgetOwner->DestroyEntity(entity);
|
||||
|
||||
Reference in New Issue
Block a user