mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed issue right-clicking on selected text
This commit is contained in:
parent
a48f6b43c1
commit
9f3d025ab5
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ namespace Beefy.widgets
|
||||||
if (mMouseFlags == 0)
|
if (mMouseFlags == 0)
|
||||||
{
|
{
|
||||||
mDragSelectionUnion = null;
|
mDragSelectionUnion = null;
|
||||||
if (mDragSelectionKind == .ClickedInside)
|
if ((mDragSelectionKind == .ClickedInside) && (btn == 0))
|
||||||
mSelection = EditSelection();
|
mSelection = EditSelection();
|
||||||
mDragSelectionKind = .None;
|
mDragSelectionKind = .None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue