refactor file and assets search

This commit is contained in:
2017-08-10 13:46:54 +01:00
parent b218daeb2e
commit 5bc9d443bc
5 changed files with 73 additions and 50 deletions

View File

@@ -273,6 +273,7 @@ void App::initLayout()
for (auto& i : canvas->m_canvas->m_order)
layers->add_layer(canvas->m_canvas->m_layers[i].m_name.c_str());
open_dialog->destroy();
ActionManager::clear();
};
}
};