Possible fix for values reverting to previous values in ValueBoxes when changing the value right after sliding.

This commit is contained in:
Chandler Cox
2023-02-05 15:23:09 -06:00
parent d8a9b699ad
commit 5c78e0d466

View File

@@ -181,6 +181,7 @@ namespace FlaxEditor.GUI.Input
_cursorChanged = false;
}
SlidingEnd?.Invoke();
Defocus();
}
/// <inheritdoc />