]> git.lyx.org Git - features.git/commit
Try to fix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
authorRichard Heck <rgheck@lyx.org>
Sat, 14 Apr 2012 21:32:25 +0000 (17:32 -0400)
committerRichard Heck <rgheck@lyx.org>
Wed, 2 May 2012 21:30:52 +0000 (17:30 -0400)
commitf84eb64ac7bdd73cc5abace2f836091b0defa21c
tree16972dc0b86a6fd54db8f2c7251180cfc4b9c8ac
parentc671703f05a74e5b005666c29aff2626931cb239
Try to fix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
is intended for us, i.e., if the first argument is "box". Maybe we
should also check to make sure that the rest of the arguments are
good, but we used just to return true no matter what the argument
was, so this is an improvement.

LFUN_INSET_MODIFY is really kind of a mess.
src/insets/InsetBox.cpp