fix manager assignment

This commit is contained in:
2019-09-26 19:49:57 +02:00
parent 13b2f6eb07
commit 755e1ff856
12 changed files with 44 additions and 43 deletions

View File

@@ -88,7 +88,7 @@ void NodeDialogCloud::load_thumbs_thread()
for (const auto& n : names)
{
auto node = new NodeDialogCloudItem;
node->m_manager = m_manager;
node->set_manager(m_manager);
node->init();
node->m_text->set_text(n.c_str());
node->m_path = App::I->work_path + "/" + n;