fix: opening a doc async did not update the layers list, added on_complete callback to update the layers panel
This commit is contained in:
@@ -241,4 +241,5 @@ void NodePanelLayer::clear()
|
||||
{
|
||||
m_layers_container->remove_all_children();
|
||||
m_layers.clear();
|
||||
m_current_layer = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user