]> git.lyx.org Git - features.git/commit
Fix another selection bug in InsetTabular
authorScott Kostyshak <skostysh@lyx.org>
Wed, 12 Dec 2012 08:44:17 +0000 (03:44 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 12 Dec 2012 20:53:09 +0000 (15:53 -0500)
commit80a5892049b27226b68a01d3249042f3c3eeeb3e
treeaa99819d5b05bb9978efd2148f6eda37c295fb53
parentcbaaa09c7b21b2fae15da28b801e9a906d3f0856
Fix another selection bug in InsetTabular

Fix #4981:
In tabular if a vertical selection is made with the keyboard (e.g.
LFUN_UP_SELECT), the selection is drawn if there are two cells selected.
Previously, the selection would be drawn only if there were more than
two selected.

(cherry picked from commit 5cc1adf7c7a348aae4f9471d7edb41c8570311d7)
src/insets/InsetTabular.cpp