mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
InsetCaption.cpp: add a comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e3b26029cc
commit
fea997f075
@ -167,6 +167,7 @@ Inset * InsetCaption::editXY(Cursor & cur, int x, int y)
|
|||||||
bool InsetCaption::insetAllowed(InsetCode code) const
|
bool InsetCaption::insetAllowed(InsetCode code) const
|
||||||
{
|
{
|
||||||
switch (code) {
|
switch (code) {
|
||||||
|
// code that is not allowed in a caption
|
||||||
case FLOAT_CODE:
|
case FLOAT_CODE:
|
||||||
case TABULAR_CODE:
|
case TABULAR_CODE:
|
||||||
case WRAP_CODE:
|
case WRAP_CODE:
|
||||||
|
Loading…
Reference in New Issue
Block a user