]> git.lyx.org Git - lyx.git/commit
Fix alignment rendering of multirow in LyX (#8976)
authorScott Kostyshak <skostysh@lyx.org>
Fri, 14 Feb 2014 02:17:20 +0000 (21:17 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 17 May 2014 03:38:26 +0000 (23:38 -0400)
commit43d464cca086c5b20f15ba71318da8f4598e613e
treea5333cde1359e424dc4f9c2d613b05273314e197
parent936773c4f71a795179ea63f2d5b6f521ef9d97f8
Fix alignment rendering of multirow in LyX (#8976)

Multirow cells now have the same alignment rendering in LyX
as in the output. The alignment of a multirow can change as
long as the column is not of fixed width. If the column is
of fixed width, the multirow is left-aligned.

When setting a multirow, the alignment is copied from
the last cell in the selection.
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h