add template Node::clone() and remove destroy_immediate
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
void LayoutManager::unload()
|
||||
{
|
||||
for (auto& l : m_layouts)
|
||||
l.second->destroy_immediate();
|
||||
l.second->destroy();
|
||||
m_layouts.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user