some cleanup

This commit is contained in:
itsmattkc
2019-04-09 13:15:15 +10:00
parent b1bbcca88b
commit 433ae494ad
14 changed files with 45 additions and 80 deletions
+1 -6
View File
@@ -117,12 +117,7 @@ void EffectControls::menu_select(QAction* q) {
}
}
olive::undo_stack.push(ca);
if (effect_menu_type == EFFECT_TYPE_TRANSITION) {
update_ui(true);
} else {
Reload();
panel_sequence_viewer->viewer_widget()->frame_update();
}
update_ui(true);
}
void EffectControls::update_keyframes() {