]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.cpp
Use master buffer's setting for math output type.
[lyx.git] / src / mathed / InsetMathNest.cpp
index 0b24a1d74bc19bb5350f77e70e22bf8c2414f990..829bbc0a52188b8f4c4bf5caae43bc917eef725f 100644 (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();