mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 14:29:21 +00:00
Disable caption-insert in mathed
This commit is contained in:
parent
f164ffd093
commit
3c41319f0b
@ -1441,6 +1441,10 @@ bool InsetMathNest::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
flag.setEnabled(false);
|
||||
break;
|
||||
|
||||
case LFUN_CAPTION_INSERT:
|
||||
flag.setEnabled(false);
|
||||
break;
|
||||
|
||||
case LFUN_SPACE_INSERT: {
|
||||
docstring const & name = cmd.argument();
|
||||
if (name == "visible")
|
||||
|
Loading…
Reference in New Issue
Block a user