]> git.lyx.org Git - features.git/commit
Fix UI for decimal table alignment (bug #8285)
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 11 Sep 2012 00:10:29 +0000 (02:10 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 11 Sep 2012 00:10:29 +0000 (02:10 +0200)
commit9d05ac5c9124608cdbc989161794fe56aa839e1d
tree59db706b8aa73decd0e48a85e29fa3a5cd50f252
parent92363ce20d4cc6cdc0fe04a11058c9cbdc3f11f6
Fix UI for decimal table alignment (bug #8285)

Fixes 2 issues:
1. LyX uses for a decimal alignment a multicolumn and having for a cell a multicolumn _and_ a multirow is invalid LaTeX.
2. It was impossible to unset a decimal alignment via the context menu or toolbar button.
src/frontends/qt4/GuiTabular.cpp
src/insets/InsetTabular.cpp