fixed issue where setting project thread didn't set any other threads
This commit is contained in:
@@ -35,6 +35,7 @@ Project::Project() :
|
||||
is_modified_(false),
|
||||
autorecovery_saved_(true)
|
||||
{
|
||||
root_.setParent(this);
|
||||
root_.set_project(this);
|
||||
|
||||
connect(&color_manager_, &ColorManager::ConfigChanged,
|
||||
|
||||
Reference in New Issue
Block a user