Small Fix

This commit is contained in:
Chandler Cox
2023-02-22 17:37:03 -06:00
parent 34aff4a2b6
commit 037ad94ae7

View File

@@ -1196,7 +1196,7 @@ namespace FlaxEngine.GUI
SetSelection(hitPos);
}
if (Cursor == CursorType.Default)
if (Cursor == CursorType.Default && _changeCursor)
Cursor = CursorType.IBeam;
return true;