Sdk/Canvas: Fix crash at Canvas destruction

This commit is contained in:
Lynix
2017-01-15 12:12:58 +01:00
parent 5865679891
commit e1e290808a
4 changed files with 13 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ namespace Ndk
inline BaseWidget();
inline void DestroyChild(BaseWidget* widget);
void DestroyChildren();
inline void NotifyParentResized(const Nz::Vector2f& newSize);
inline void UpdateCanvasIndex(std::size_t index);