diff --git a/Source/Editor/GUI/CurveEditor.cs b/Source/Editor/GUI/CurveEditor.cs index abf68d39e..1de56b993 100644 --- a/Source/Editor/GUI/CurveEditor.cs +++ b/Source/Editor/GUI/CurveEditor.cs @@ -935,6 +935,11 @@ namespace FlaxEditor.GUI KeyframesEditorUtils.Paste(this); return true; } + else if (options.FocusSelection.Process(this)) + { + ShowWholeCurve(); + return true; + } return false; }