name every undo command
This commit is contained in:
@@ -219,7 +219,7 @@ void KeyframePropertiesDialog::accept()
|
||||
}
|
||||
}
|
||||
|
||||
Core::instance()->undo_stack()->push(command);
|
||||
Core::instance()->undo_stack()->push(command, tr("Set Keyframe Properties"));
|
||||
|
||||
QDialog::accept();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user