Implement inset-select-all in mathed

This commit is contained in:
Jean-Marc Lasgouttes 2013-03-22 14:41:57 +01:00
parent 7d698b43a8
commit 11e0d941a2

View File

@ -729,6 +729,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
case LFUN_MOUSE_DOUBLE:
case LFUN_MOUSE_TRIPLE:
case LFUN_WORD_SELECT:
case LFUN_INSET_SELECT_ALL:
cur.pos() = 0;
cur.idx() = 0;
cur.resetAnchor();