Add better timeline UI positioning for improved viewport navigation

This commit is contained in:
Wojtek Figat
2021-08-10 13:29:42 +02:00
parent 2b7e6944e8
commit 99b0cf71a8
4 changed files with 14 additions and 11 deletions

View File

@@ -140,6 +140,7 @@ namespace FlaxEngine.GUI
{
_targetValue = value;
_value = value;
SetUpdate(ref _update, null);
OnValueChanged();
}
}