]> git.lyx.org Git - features.git/commit
Fix (partly) bug #5754: Caption inset not dissolved when unsetting longtable caption...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 2 Nov 2009 04:31:06 +0000 (04:31 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 2 Nov 2009 04:31:06 +0000 (04:31 +0000)
commitda8c15d4c389d4b13dc88ae56a12983642b5f8cd
tree2501a10abe2b9e38a6481ebd3c16520514738b75
parent33dbbc15a96edf0844134462c5fa302dbfbd7910
Fix (partly) bug #5754: Caption inset not dissolved when unsetting longtable caption row.

This removes the caption-inset, which is made possible by the clean-up of the LFUN_INSET_DISSOLVE (see r31822 and r31756). This assumes that there is nothing else in the row than the caption inset. I think that should be the case, but this is not yet guaranteed.

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