wrote handler for #281

This commit is contained in:
itsmattkc
2019-01-09 20:40:45 +11:00
parent d9f173f4dd
commit b7f1fae028
11 changed files with 308 additions and 237 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ EffectRow::EffectRow(Effect *parent, bool save, QGridLayout *uilayout, const QSt
column_count = 1;
if (parent_effect->meta->type != EFFECT_TYPE_TRANSITION && keyframable) {
if (parent_effect->meta != NULL
&& parent_effect->meta->type != EFFECT_TYPE_TRANSITION
&& keyframable) {
connect(label, SIGNAL(clicked()), this, SLOT(focus_row()));
keyframe_nav = new KeyframeNavigator();