git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35977 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2010-11-01 21:00:03 +00:00
parent fa6118e4af
commit 8b7584846c

View File

@ -852,6 +852,7 @@ void GuiTabular::paramsToDialog(Inset const * inset)
lastfooterBorderBelowCB->setChecked(false);
}
newpageCB->setChecked(tabular.getLTNewPage(row));
checkEnabled();
}