]> git.lyx.org Git - lyx.git/commit
Fix a selection bug in InsetTabular
authorScott Kostyshak <skostysh@lyx.org>
Wed, 12 Dec 2012 08:43:53 +0000 (03:43 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 12 Dec 2012 08:43:53 +0000 (03:43 -0500)
commit776e66688f65955b6baa556f83ca34e13c7484ff
tree3535c77f87c86a9ab6ee49d0b09bdc3bf9b71d50
parent57ca9ee07305254fe984a403d05a8d0a2ab4ad06
Fix a selection bug in InsetTabular

If you have a selection across cells in tabular, moving the cursor
vertically up or down (e.g. LFUN_UP) now removes the drawn selection.
Before, the selection was set to false but it was not repainted.
src/insets/InsetTabular.cpp