1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 10:08:00 +02:00

Merge pull request #1891 from Starpelly/positioning-fix

Fix cursor positioning after select
This commit is contained in:
Brian Fiete 2023-09-05 07:13:46 -07:00 committed by GitHub
commit 5b54eee56c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -847,6 +847,7 @@ namespace Beefy.widgets
{
mSelection = null;
MoveCursorToCoord(x, y);
ClampCursor();
}
mDragSelectionKind = .None;
}