This commit is contained in:
sinaioutlander
2020-10-14 20:55:44 +11:00
parent 968546d43c
commit bdf86a7448
3 changed files with 6 additions and 4 deletions

View File

@ -48,7 +48,7 @@ namespace Explorer.UI.Shared
{
IsMouseInResizeArea = true;
if (InputManager.GetMouseButton(0))
if (InputManager.GetMouseButtonDown(0))
{
IsResizing = true;
m_currentWindow = ID;