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 94b4c20b35
commit c1b2fc19c1
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();
}
}