[Summary] Fixed bug: time infer display START, END ands LENGTH did not update upon finished region TrimDrag.

This commit is contained in:
Valeriy Kamyshniy 2015-02-14 01:10:38 +02:00
parent 18abfe209e
commit 73e30f17ab

View file

@ -2685,6 +2685,7 @@ TrimDrag::finished (GdkEvent* event, bool movement_occurred)
i->view->region()->resume_property_changes ();
}
_editor->selection->RegionsChanged();
}
void