From 11e0d941a25a6e35427b561edb3c71934fac6d0a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 22 Mar 2013 14:41:57 +0100 Subject: [PATCH] Implement inset-select-all in mathed --- src/mathed/InsetMathNest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 0b24a1d74b..829bbc0a52 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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(); -- 2.39.5