From f2c9ba5a00e56962d711b1768b08a83317a8f80b Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Wed, 11 Oct 2023 15:33:32 -0500 Subject: [PATCH] Focus parent on value box slide end. --- Source/Editor/GUI/Input/ValueBox.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/GUI/Input/ValueBox.cs b/Source/Editor/GUI/Input/ValueBox.cs index 492887611..321782a8e 100644 --- a/Source/Editor/GUI/Input/ValueBox.cs +++ b/Source/Editor/GUI/Input/ValueBox.cs @@ -182,6 +182,7 @@ namespace FlaxEditor.GUI.Input } SlidingEnd?.Invoke(); Defocus(); + Parent?.Focus(); } ///