mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Add a FIXME about when the appendix should be enabled.
This commit is contained in:
parent
894569e601
commit
394e559ffc
@ -2282,6 +2282,9 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case LFUN_APPENDIX:
|
case LFUN_APPENDIX:
|
||||||
|
// FIXME We really should not allow this to be put, e.g.,
|
||||||
|
// in a footnote, or in ERT. But it would make sense in a
|
||||||
|
// branch, so I'm not sure what to do.
|
||||||
flag.setOnOff(cur.paragraph().params().startOfAppendix());
|
flag.setOnOff(cur.paragraph().params().startOfAppendix());
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user