reimplemented some of keyframing
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user