Merge branch 'master' of https://github.com/olive-editor/olive into furtherocio

This commit is contained in:
itsmattkc
2019-03-18 16:02:27 +11:00
+7 -3
View File
@@ -606,10 +606,14 @@ void EffectControls::SetClips()
{
Clear(true);
// replace clip vector
selected_clips_ = olive::ActiveSequence->SelectedClips(false);
if (olive::ActiveSequence == nullptr) {
selected_clips_.clear();
} else {
// replace clip vector
selected_clips_ = olive::ActiveSequence->SelectedClips(false);
Load();
Load();
}
}
void EffectControls::Load() {