keyframes: implemented deleting keyframes with the delete shortcut
This commit is contained in:
@@ -59,6 +59,11 @@ void ParamPanel::SetTimestamp(const int64_t ×tamp)
|
||||
}
|
||||
}
|
||||
|
||||
void ParamPanel::DeleteSelected()
|
||||
{
|
||||
static_cast<NodeParamView*>(GetTimeBasedWidget())->DeleteSelected();
|
||||
}
|
||||
|
||||
void ParamPanel::Retranslate()
|
||||
{
|
||||
SetTitle(tr("Parameter Editor"));
|
||||
|
||||
Reference in New Issue
Block a user