]> git.lyx.org Git - features.git/commit
Fix wrong painting of lines right of multicol
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 5 Feb 2014 20:30:04 +0000 (21:30 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 5 Feb 2014 20:37:57 +0000 (21:37 +0100)
commitebf18a97111402a010bf850692ee16164defb8d5
tree9c9ead59f4099c96e5ba7d8a1dbb727ae6da607f
parentc616c7e73fa7db533e6fa72aca94a69579bfa1eb
Fix wrong painting of lines right of multicol

We should skip the other cells that are part of the multicolumn before we find the cell right to the current one.

Fixes-bug: #8082
src/insets/InsetTabular.cpp