From 4884476eb6f9b470215a45ca3626be97ef9614e6 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 13 Jul 2020 16:50:11 +0200 Subject: [PATCH] Do not blindly disable inset-modify in MathNest Fixes #11784 --- src/mathed/InsetMathNest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index a94ce3351e..1a943c97ee 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