Le 22/03/2013 14:42, Jean-Marc Lasgouttes a écrit :
The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 11e0d941a25a6e35427b561edb3c71934fac6d0a
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Mar 22 14:41:57 2013 +0100

     Implement inset-select-all in mathed

This is probably trivial enough for branch, right?

JMarc


diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp
index 0b24a1d..829bbc0 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();



Reply via email to