Fix selection drawing after mouse-double/triple in mathed

Fixes: #8829
This commit is contained in:
Juergen Spitzmueller 2014-03-21 10:20:12 +01:00 committed by Richard Heck
parent e6da35a60b
commit dfa07c1424
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -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