]> git.lyx.org Git - lyx.git/commit
fix multirow/column logic in table dialog
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 11 Sep 2012 19:58:13 +0000 (21:58 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 11 Sep 2012 19:58:13 +0000 (21:58 +0200)
commit6f157533a10b6440be435f95f329a86cc1f55d64
tree322bb121128931e0c21bf77885b7fed5bbfbc3aa
parent6f58137318254d7d553af0e6a34fadbfda057f5c
fix multirow/column logic in table dialog

GuiTabular.cpp: a cell can either be a multicolumn or multirow, not both the same time, this is already respected by the toolbar and context menu, only the dialog allowed to set this although this was correctly never applied

should also go to branch
src/frontends/qt4/GuiTabular.cpp