better hidpi support

This commit is contained in:
itsmattkc
2018-08-04 12:06:37 +10:00
parent 8e957ade58
commit e19fb30d0d
5 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -380,8 +380,8 @@ void Project::process_file_list(QStringList& files) {
}
}
if (!skip) {
ta->add_media(import_file(file, files.at(i)));
if (!skip) {
ta->add_media(import_file(file, files.at(i)));
imported = true;
project_changed = true;
}