mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +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;
|
||||
|
||||
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());
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user