Author: Vincent van Ravesteijn <[email protected]> Date: Sun, 18 Mar 2012 00:05:15 +0100 New Commit: cddd90dfdffe1a717a6844df551618fe49103c58 URL: http://git.lyx.org/?p=lyx.git;a=commit;h=cddd90dfdffe1a717a6844df551618fe49103c58
Log: Fix bug #8083: Fix the selection of cells below multirows Multirows were introduced in 8bb69f24 (Uwe Stoehr, 11 Feb 2010). In the computation of the nearest cell, it was forgotten to account for the vertical offset. tabular.cellHeight is the full height of the cell, while the point that comes from the coordCache is offsetted by VOffset. Therefore, we have to subtract the VOffset from o.y_.
