mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Merge pull request #1891 from Starpelly/positioning-fix
Fix cursor positioning after select
This commit is contained in:
commit
5b54eee56c
1 changed files with 1 additions and 0 deletions
|
@ -847,6 +847,7 @@ namespace Beefy.widgets
|
||||||
{
|
{
|
||||||
mSelection = null;
|
mSelection = null;
|
||||||
MoveCursorToCoord(x, y);
|
MoveCursorToCoord(x, y);
|
||||||
|
ClampCursor();
|
||||||
}
|
}
|
||||||
mDragSelectionKind = .None;
|
mDragSelectionKind = .None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue