mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
e6da35a60b
commit
dfa07c1424
@ -736,6 +736,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.setSelection(true);
|
||||
cur.pos() = cur.lastpos();
|
||||
cur.idx() = cur.lastidx();
|
||||
cur.bv().cursor() = cur;
|
||||
break;
|
||||
|
||||
case LFUN_PARAGRAPH_UP:
|
||||
|
@ -62,6 +62,8 @@ What's new
|
||||
drawn around very small preview imagines, so they can be seen (bug 7522).
|
||||
|
||||
- Fix "Select Section" function in the Outliner (bug 8936).
|
||||
|
||||
- Fix select-by-doubleclick in mathed (bug 8829).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
Loading…
Reference in New Issue
Block a user