fixed issue where setting project thread didn't set any other threads

This commit is contained in:
itsmattkc
2021-01-22 15:42:25 +11:00
parent 516a5246c6
commit a81860a4ba
+1
View File
@@ -35,6 +35,7 @@ Project::Project() :
is_modified_(false),
autorecovery_saved_(true)
{
root_.setParent(this);
root_.set_project(this);
connect(&color_manager_, &ColorManager::ConfigChanged,