fix layout designer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user