This commit is contained in:
itsmattkc
2020-05-07 03:14:18 +10:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -94,6 +94,7 @@ if(MSVC)
/external:anglebrackets
/external:W0
"$<$<CONFIG:RELEASE>:/O2>"
"$<$<COMPILE_LANGUAGE:CXX>:/MP>"
)
else()
target_compile_options(
@@ -109,7 +109,7 @@ FootagePropertiesDialog::FootagePropertiesDialog(QWidget *parent, Footage *foota
// Auto-select first item that actually has properties
if (first_usable_stream >= 0) {
track_list->item(first_usable_stream)->setSelected(true);
track_list->setCurrentRow(first_usable_stream);
}
track_list->setFocus();
}