ui: Fixed crash in FilePath::makeCanonical and QtPathListBox making all settings paths relative
This commit is contained in:
@@ -61,7 +61,6 @@ void QtPathListBox::setPaths(const std::vector<FilePath>& list, bool readOnly)
|
||||
|
||||
for (FilePath path : list)
|
||||
{
|
||||
makeRelative(path);
|
||||
QtListBoxItem* item = addListBoxItemWithText(QString::fromStdWString(path.wstr()));
|
||||
item->setReadOnly(readOnly);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user