reimplemented dragging all field types
This commit is contained in:
@@ -42,5 +42,10 @@ QString ColorField::ConvertValueToString(const QVariant &v)
|
||||
|
||||
void ColorField::UpdateFromWidget(const QColor& c)
|
||||
{
|
||||
KeyframeDataChange* kdc = new KeyframeDataChange(this);
|
||||
|
||||
SetValueAt(Now(), c);
|
||||
|
||||
kdc->SetNewKeyframes();
|
||||
olive::UndoStack.push(kdc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user