]> git.lyx.org Git - features.git/commit
Fix bug #6751: Assert when changing number of columns in 'simple' math-inset.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 7 Jun 2010 20:54:10 +0000 (20:54 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 7 Jun 2010 20:54:10 +0000 (20:54 +0000)
commitabbfb45998c863d379876d62cf6ab3c7d2f81ac7
tree431356a825c5ebd32178f18da2a628b263a4ba81
parentddc38c93ca7c8e96ab1988626903c39b484cacca
Fix bug #6751: Assert when changing number of columns in 'simple' math-inset.

In r33495, "LFUN_TABULAR_FEATURE" was replaced by "LFUN_INSET_MODIFY tabular". However, the status of LFUN_INSET_MODIFY is always enabled while a lot of insets are not allowed to change the number of columns etc.

There we need to disable the "LFUN_INSET_MODIFY tabular" status.

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