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:
2017-11-07 07:37:21 +00:00
parent 33ea544f0b
commit 3e546affc9
7 changed files with 34 additions and 20 deletions

View File

@@ -241,4 +241,5 @@ void NodePanelLayer::clear()
{
m_layers_container->remove_all_children();
m_layers.clear();
m_current_layer = nullptr;
}