Sdk: Fix segfault when deleting hovered widget

This commit is contained in:
Jérôme Leclercq
2017-10-06 14:12:18 +02:00
committed by Lynix
parent 46e684c275
commit 84537fcfb8
5 changed files with 63 additions and 48 deletions

View File

@@ -80,7 +80,7 @@ namespace Ndk
};
protected:
EntityHandle CreateEntity();
const EntityHandle& CreateEntity();
void DestroyEntity(Entity* entity);
virtual void Layout();
void InvalidateNode() override;