mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
GuiTabular.cpp: table caption inside table is only allowed for longtables (fixes regression to LyX 1.6.x)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35896 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c378fede8b
commit
b47d15cb71
@ -229,7 +229,8 @@ void GuiTabular::checkEnabled()
|
|||||||
lastfooterBorderBelowCB->setEnabled(longtabular
|
lastfooterBorderBelowCB->setEnabled(longtabular
|
||||||
&& lastfooterBorderAboveCB->isChecked());
|
&& lastfooterBorderAboveCB->isChecked());
|
||||||
|
|
||||||
captionStatusCB->setEnabled(funcEnabled(Tabular::TOGGLE_LTCAPTION));
|
captionStatusCB->setEnabled(funcEnabled(Tabular::TOGGLE_LTCAPTION)
|
||||||
|
&& longtabular);
|
||||||
|
|
||||||
multicolumnCB->setEnabled(funcEnabled(Tabular::MULTICOLUMN));
|
multicolumnCB->setEnabled(funcEnabled(Tabular::MULTICOLUMN));
|
||||||
multirowCB->setEnabled(funcEnabled(Tabular::MULTIROW));
|
multirowCB->setEnabled(funcEnabled(Tabular::MULTIROW));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user