]> git.lyx.org Git - features.git/commit
Fix crash when copying multiple cells in table
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 8 Apr 2023 14:55:41 +0000 (16:55 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 8 Apr 2023 14:55:41 +0000 (16:55 +0200)
commit6ec6db8cd9073bcb856e6a055d12ff95802e22be
tree97a83f1dcad73ced09139a0cec2ae863ad4dab09
parent77d07c0fd0c1c471eb2298fd0e48e21b0de15795
Fix crash when copying multiple cells in table

while having done "backwards" selection (selBegin() in a later
column/row than selEnd())
src/insets/InsetTabular.cpp