Add F key shortcut to show whole curve in editor view
This commit is contained in:
@@ -935,6 +935,11 @@ namespace FlaxEditor.GUI
|
|||||||
KeyframesEditorUtils.Paste(this);
|
KeyframesEditorUtils.Paste(this);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (options.FocusSelection.Process(this))
|
||||||
|
{
|
||||||
|
ShowWholeCurve();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user