ocio look prefs fixed

This commit is contained in:
itsmattkc
2019-05-07 10:05:53 +10:00
parent b819a30c01
commit 127a773c54
+1 -1
View File
@@ -220,7 +220,7 @@ void PreferencesDialog::populate_ocio_menus(OCIO::ConstConfigRcPtr config)
ocio_look->addItem(look, look);
if (look == olive::config.ocio_look) {
ocio_look->setCurrentIndex(i);
ocio_look->setCurrentIndex(i+1);
}
}