fix manager assignment

This commit is contained in:
2019-09-26 19:49:57 +02:00
parent 13b2f6eb07
commit 755e1ff856
12 changed files with 44 additions and 43 deletions

View File

@@ -90,7 +90,7 @@ bool LayoutManager::load(const char* path)
node.reset(new Node());
break;
}
node->m_manager = this;
node->set_manager(this);
// try to copy the old size values
if (old.count(id))
{