Small Fix
This commit is contained in:
@@ -1196,7 +1196,7 @@ namespace FlaxEngine.GUI
|
|||||||
SetSelection(hitPos);
|
SetSelection(hitPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Cursor == CursorType.Default)
|
if (Cursor == CursorType.Default && _changeCursor)
|
||||||
Cursor = CursorType.IBeam;
|
Cursor = CursorType.IBeam;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user