added styling options and rearranged preferences

This commit is contained in:
itsmattkc
2019-03-13 21:34:23 +11:00
parent 654c6f32c6
commit c634070368
14 changed files with 282 additions and 85 deletions
+4 -1
View File
@@ -85,6 +85,8 @@ void EffectRow::SetKeyframingEnabled(bool enabled) {
olive::UndoStack.push(ca);
update_ui(false);
} else {
// Confirm with the user whether they really want to disable keyframing
@@ -105,7 +107,8 @@ void EffectRow::SetKeyframingEnabled(bool enabled) {
ca->append(new SetIsKeyframing(this, false));
olive::UndoStack.push(ca);
panel_effect_controls->update_keyframes();
update_ui(false);
} else {