mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-08 09:16:00 +02:00
Reset mDragSelectionUnion
when !shiftDown
This commit is contained in:
parent
66923e6720
commit
a798819709
1 changed files with 4 additions and 0 deletions
|
@ -3193,7 +3193,11 @@ namespace Beefy.widgets
|
||||||
SelectToCursor();
|
SelectToCursor();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
CurSelection = null;
|
CurSelection = null;
|
||||||
|
mDragSelectionUnion = null;
|
||||||
|
mDragSelectionKind = .None;
|
||||||
|
}
|
||||||
|
|
||||||
EnsureCursorVisible();
|
EnsureCursorVisible();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue