]> git.lyx.org Git - lyx.git/commit
Fix bug #7755: Unknown tabular feature "from-dialog"
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 5 Dec 2011 12:40:22 +0000 (12:40 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 5 Dec 2011 12:40:22 +0000 (12:40 +0000)
commita0d81578910d0327532abd5ed51a58522c3ec08b
treebd695c068b81adc44aea1d8f139ee2c26327a604
parent0b790c05b8e781d79dab369c266075b481dbe422
Fix bug #7755: Unknown tabular feature "from-dialog"

"from-dialog" is added to the LFUN_INSET_MODIFY function when it is issued from the table settings dialog. This is done to prevent the checking of the individual parameters, because it has to consider all parameters alltogether. Besides, when issued from the dialog it is already guaranteed that the parameters are valid.

This parameter should not be passed onto tabularfeatures.

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