auto view all if graph editor row is switched

This commit is contained in:
itsmattkc
2019-01-05 13:33:30 +11:00
parent 1077d7f6aa
commit edf8492c7f
+3 -1
View File
@@ -733,8 +733,10 @@ void GraphView::set_row(EffectRow *r) {
field_visibility.resize(row->fieldCount());
field_visibility.fill(true);
visible_in = row->parent_effect->parent_clip->timeline_in;
set_view_to_all();
} else {
update();
}
update();
}
}