replaced sequence::isclipselected with clip::isselected

This commit is contained in:
itsmattkc
2019-03-15 13:01:58 +11:00
parent f1bc01ec72
commit 644b14707a
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -628,7 +628,7 @@ void EffectControls::Load() {
QVector<Effect*> effects_to_open;
// Determine based on the current selections whether to load all effects or just the transitions
bool whole_clip_is_selected = c->sequence->IsClipSelected(c, true);
bool whole_clip_is_selected = c->IsSelected();
if (whole_clip_is_selected) {
for (int j=0;j<c->effects.size();j++) {