correct frame offsets in graph view

This commit is contained in:
itsmattkc
2019-01-04 18:36:47 +11:00
parent 28fbab2d78
commit f444cdb8bb
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -185,6 +185,7 @@ void GraphEditor::set_row(EffectRow *r) {
if (found_vals) {
row = r;
current_row_desc->setText(row->parent_effect->parent_clip->name + " :: " + row->parent_effect->meta->name + " :: " + row->get_name());
header->set_visible_in(r->parent_effect->parent_clip->timeline_in);
connect(keyframe_nav, SIGNAL(goto_previous_key()), row, SLOT(goto_previous_key()));
connect(keyframe_nav, SIGNAL(toggle_key()), row, SLOT(toggle_key()));