mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
20a0089dba
commit
0a61ff1342
@ -730,8 +730,8 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
cur.idx() = 0;
|
cur.idx() = 0;
|
||||||
cur.resetAnchor();
|
cur.resetAnchor();
|
||||||
cur.setSelection(true);
|
cur.setSelection(true);
|
||||||
cur.pos() = cur.lastpos();
|
|
||||||
cur.idx() = cur.lastidx();
|
cur.idx() = cur.lastidx();
|
||||||
|
cur.pos() = cur.lastpos();
|
||||||
cur.bv().cursor() = cur;
|
cur.bv().cursor() = cur;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -100,6 +100,8 @@ What's new
|
|||||||
- Fix crash when performing "Change Case" operation on a selection with font
|
- Fix crash when performing "Change Case" operation on a selection with font
|
||||||
changes (bug 7943).
|
changes (bug 7943).
|
||||||
|
|
||||||
|
- Fix crash when performing selection in math insets (bug 9076).
|
||||||
|
|
||||||
- Fix hang when selecting text (bug 8837).
|
- Fix hang when selecting text (bug 8837).
|
||||||
|
|
||||||
- Fix assertion when entering a path into the import dialog (bug 7437).
|
- Fix assertion when entering a path into the import dialog (bug 7437).
|
||||||
|
Loading…
Reference in New Issue
Block a user