fix layout designer

This commit is contained in:
2019-09-26 17:48:38 +02:00
parent e406f7964c
commit 8b179260fb
9 changed files with 27 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ void LayoutManager::unload()
void LayoutManager::create()
{
m_layouts[const_hash("main")] = std::make_unique<Node>();
m_layouts[const_hash("main")]->m_manager = this;
}
bool LayoutManager::load(const char* path)