]> git.lyx.org Git - features.git/commit
Avoid crash when using inset-select-all in tabular
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 4 Jan 2019 12:57:13 +0000 (13:57 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:55 +0000 (14:39 +0200)
commit283341e1a93984f6bb03ffc9ec2c85c5d7e4a4de
tree80622f4ff9468f24afff4cbcce8eccbf5356c636
parenta4a390d009670836dd4c9dd7f6926ad20c383d3c
Avoid crash when using inset-select-all in tabular

When changing cell idx, it is important to set the pit to a reasonable
value.
src/BufferView.cpp