GuiTabular.cpp: a whitespace fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28406 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-02-09 00:06:32 +00:00
parent 887ba34eeb
commit ff12fcb01b

View File

@ -836,7 +836,7 @@ void GuiTabular::updateContents()
}
row_set = tabular_.getRowOfLTLastFoot(row, ltt);
lastfooterStatusCB->setChecked(row_set);
lastfooterStatusCB->setChecked(row_set);
if (ltt.set && (!ltt.empty || !use_empty)) {
lastfooterBorderAboveCB->setChecked(ltt.topDL);
lastfooterBorderBelowCB->setChecked(ltt.bottomDL);