mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
887ba34eeb
commit
ff12fcb01b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user