mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
e6af49a9f5
commit
1c35155810
@ -732,6 +732,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
cur.setSelection(true);
|
cur.setSelection(true);
|
||||||
cur.pos() = cur.lastpos();
|
cur.pos() = cur.lastpos();
|
||||||
cur.idx() = cur.lastidx();
|
cur.idx() = cur.lastidx();
|
||||||
|
cur.bv().cursor() = cur;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LFUN_PARAGRAPH_UP:
|
case LFUN_PARAGRAPH_UP:
|
||||||
|
@ -123,6 +123,8 @@ What's new
|
|||||||
|
|
||||||
- Fix "Select Section" function in the Outliner (bug 8936).
|
- Fix "Select Section" function in the Outliner (bug 8936).
|
||||||
|
|
||||||
|
- Fix select-by-doubleclick in mathed (bug 8829).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user