From 127a773c54ddb37b99ebfecb2f76c2a68c37f1af Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 7 May 2019 10:05:53 +1000 Subject: [PATCH] ocio look prefs fixed --- dialogs/preferencesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogs/preferencesdialog.cpp b/dialogs/preferencesdialog.cpp index 7b1ce1a3f..562f2f3e4 100644 --- a/dialogs/preferencesdialog.cpp +++ b/dialogs/preferencesdialog.cpp @@ -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); } }