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
parent e6af49a9f5
commit 1c35155810
2 changed files with 3 additions and 0 deletions

View File

@ -732,6 +732,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

@ -123,6 +123,8 @@ What's new
- Fix "Select Section" function in the Outliner (bug 8936).
- Fix select-by-doubleclick in mathed (bug 8829).
* DOCUMENTATION AND LOCALIZATION