]> 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 08:44:17 +0000 (03:44 -0500)
commit5cc1adf7c7a348aae4f9471d7edb41c8570311d7
treece33144df6e9408807ab2100e7e56f3a5f1325d9
parent776e66688f65955b6baa556f83ca34e13c7484ff
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.
src/insets/InsetTabular.cpp