transitions can be correctly edited in effect controls

This commit is contained in:
itsmattkc
2019-03-15 11:23:31 +11:00
parent d32ff84240
commit bc01f57b17
5 changed files with 100 additions and 52 deletions
-2
View File
@@ -43,8 +43,6 @@ void update_effect_controls() {
if (olive::ActiveSequence != nullptr) {
selected_clips = olive::ActiveSequence->SelectedClips();
// TODO handle selecting transitions
}
panel_effect_controls->SetClips(selected_clips, mode);