mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove redundant call (amend 2b7fae04f3
)
This commit is contained in:
parent
2b7fae04f3
commit
23fc1b270d
@ -2675,7 +2675,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
if (arg.size() > 100 || arg.empty()) {
|
||||
if (cur.selection()) {
|
||||
DocIterator selbeg = cur.selectionBegin();
|
||||
cur.selection(false);
|
||||
cur.clearSelection();
|
||||
setCursorIntern(cur, selbeg.pit(), selbeg.pos());
|
||||
cur.screenUpdateFlags(Update::Force);
|
||||
|
Loading…
Reference in New Issue
Block a user