Do not blindly disable inset-modify in MathNest

Fixes #11784
This commit is contained in:
Juergen Spitzmueller 2020-07-13 16:50:11 +02:00
parent 60741c3d49
commit 4884476eb6

View File

@ -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