Focus parent on value box slide end.

This commit is contained in:
Chandler Cox
2023-10-11 15:33:32 -05:00
parent fa96707c57
commit f2c9ba5a00

View File

@@ -182,6 +182,7 @@ namespace FlaxEditor.GUI.Input
}
SlidingEnd?.Invoke();
Defocus();
Parent?.Focus();
}
/// <inheritdoc />