]> git.lyx.org Git - features.git/commit
Fix some remains of handling INSET_DISSOLVE (see r31756):
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 2 Nov 2009 04:01:45 +0000 (04:01 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 2 Nov 2009 04:01:45 +0000 (04:01 +0000)
commit33dbbc15a96edf0844134462c5fa302dbfbd7910
tree83e22820d29c09784a44d660425aed00a2b533db
parent8245ec900b141c51b7046bad41069ce7c211e4c4
Fix some remains of handling INSET_DISSOLVE (see r31756):
- change cur.inset().nargs() to nargs() as we might actually be in the inset called nextInset(),
- set the enabling flag of the status struct, don't return this value,
- return whether we handled this request.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31822 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetText.cpp