These three patches are fine for branch, too.
Richard
On 12/12/2012 03:48 AM, Scott Kostyshak wrote:
The branch, master, has been updated.
- Log -----------------------------------------------------------------
commit 4b706051b73ece2d806bc8b4daf430f2e0be6995
Author: Scott Kostyshak <skost...@lyx.org>
Date: Wed Dec 12 03:44:38 2012 -0500
Fix a bug when selecting a cell in InsetTabular
Fix the following bug:
When in tabular, enter "ab" in a cell. Place the cursor before "b". Hold
shift and press <right>, then (still holding shift) <right> again. On
the second <right> nothing appears to happen.
Related to #1802.
commit 5cc1adf7c7a348aae4f9471d7edb41c8570311d7
Author: Scott Kostyshak <skost...@lyx.org>
Date: Wed Dec 12 03:44:17 2012 -0500
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.
commit 776e66688f65955b6baa556f83ca34e13c7484ff
Author: Scott Kostyshak <skost...@lyx.org>
Date: Wed Dec 12 03:43:53 2012 -0500
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.