commit 4884476eb6f9b470215a45ca3626be97ef9614e6
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Jul 13 16:50:11 2020 +0200

    Do not blindly disable inset-modify in MathNest
    
    Fixes #11784
---
 src/mathed/InsetMathNest.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp
index a94ce33..1a943c9 100644
--- a/src/mathed/InsetMathNest.cpp
+++ b/src/mathed/InsetMathNest.cpp
@@ -1326,9 +1326,6 @@ bool InsetMathNest::getStatus(Cursor & cur, FuncRequest 
const & cmd,
        bool ret = true;
        string const arg = to_utf8(cmd.argument());
        switch (cmd.action()) {
-       case LFUN_INSET_MODIFY:
-               flag.setEnabled(false);
-               break;
 #if 0
        case LFUN_INSET_MODIFY:
                // FIXME: check temporarily disabled
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to