Better number ToString formatting, cleanups

This commit is contained in:
Sinai
2021-05-13 00:58:23 +10:00
parent b61020fe67
commit 275225a284
8 changed files with 92 additions and 93 deletions

View File

@ -120,6 +120,9 @@ namespace UnityExplorer.UI.Panels
else
RuntimeProvider.Instance.SetColorBlock(NavButton.Component, UIManager.disabledButtonColor, UIManager.disabledButtonColor * 1.2f);
}
if (!active)
this.Dragger.WasDragging = false;
}
public override void Destroy()