fix manager assignment
This commit is contained in:
@@ -2222,7 +2222,7 @@ bool Canvas::project_open_thread(std::string file_path)
|
||||
if (App::I->layout.m_loaded)
|
||||
{
|
||||
pb = std::make_shared<NodeProgressBar>();
|
||||
pb->m_manager = &App::I->layout;
|
||||
pb->set_manager(&App::I->layout);
|
||||
pb->init();
|
||||
pb->create();
|
||||
pb->loaded();
|
||||
|
||||
Reference in New Issue
Block a user