fixed effect controls not updating if transitions from the selected clip are selected

This commit is contained in:
itsmattkc
2019-02-09 15:15:34 -08:00
parent adfe865434
commit 10a1c89464
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -64,6 +64,10 @@ EffectControls::EffectControls(QWidget *parent) :
EffectControls::~EffectControls() {}
int EffectControls::get_mode() {
return mode;
}
bool EffectControls::keyframe_focus() {
return headers->hasFocus() || keyframeView->hasFocus();
}