]> git.lyx.org Git - features.git/commit
Fix crash with LFUN_LAYOUT with multicell selection
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 May 2022 08:23:54 +0000 (10:23 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 May 2022 15:54:15 +0000 (17:54 +0200)
commite6f5f428d7fbb10dde24aca79fca7623af5f7749
tree034bedfa1aeaea60e1cd5db478478fbeb1e19765
parent441b0eab2370b8b6cbe0c0a75a1718405a4b6329
Fix crash with LFUN_LAYOUT with multicell selection

This lfun (like several others) does not work with multicell
selection. Disable the lfun in this this case for now, until a nice
solution is found.

Fixes bug #12530.
src/Text2.cpp
src/Text3.cpp