]> git.lyx.org Git - features.git/commit
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:43:18 +0000 (17:43 -0400)
commit264948348e3b3207ec0edbca41f2a83096a8716f
tree062192533d3b7a90df10f60c320b60bdfbe9c2c5
parent3a53a52b1cf9233d1da01cfdd7c31fd77966bef8
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
status.20x