Merge branch 'master' of https://github.com/olive-editor/olive into furtherocio
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user