mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend 3e432ec631
It failed in the case where a selection already existed (the anchor would be wrongly reset).
(cherry picked from commit 68d825fed8
)
This commit is contained in:
parent
9e44cd672a
commit
36d0e3032d
@ -1606,6 +1606,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
bvcur.setMark(false);
|
bvcur.setMark(false);
|
||||||
switch (cmd.button()) {
|
switch (cmd.button()) {
|
||||||
case mouse_button::button1:
|
case mouse_button::button1:
|
||||||
|
if (!bvcur.selection())
|
||||||
// Set the cursor
|
// Set the cursor
|
||||||
bvcur.resetAnchor();
|
bvcur.resetAnchor();
|
||||||
if (!bv->mouseSetCursor(cur, cmd.argument() == "region-select"))
|
if (!bv->mouseSetCursor(cur, cmd.argument() == "region-select"))
|
||||||
|
Loading…
Reference in New Issue
Block a user