reimplemented some of keyframing

This commit is contained in:
itsmattkc
2019-03-13 11:30:25 +11:00
parent ec5ee40dee
commit d84b5a7f1d
8 changed files with 195 additions and 114 deletions
+2 -2
View File
@@ -1092,11 +1092,11 @@ SetIsKeyframing::SetIsKeyframing(EffectRow *irow, bool ib) {
}
void SetIsKeyframing::doUndo() {
row->SetKeyframing(!b);
row->SetKeyframingInternal(!b);
}
void SetIsKeyframing::doRedo() {
row->SetKeyframing(b);
row->SetKeyframingInternal(b);
}
RefreshClips::RefreshClips(Media *m) {