ui: Fixed header path selection also preselects non exsiting paths (issue #640)

This commit is contained in:
Eberhard Graether
2018-12-06 11:24:29 +01:00
parent 7a0edaec06
commit 09c6155583
@@ -57,6 +57,7 @@ void QtSelectPathsDialog::setPathsList(const std::vector<FilePath>& paths, const
item->setTextColor(Qt::red);
item->setToolTip("Path does not exist");
item->setFlags( item->flags() & ~Qt::ItemIsEnabled );
item->setCheckState(Qt::Unchecked);
}
else
{