GuiTabular.cpp: add a comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35979 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-11-01 21:20:27 +00:00
parent c393abbe12
commit 3e7d87f489

View File

@ -852,6 +852,8 @@ void GuiTabular::paramsToDialog(Inset const * inset)
lastfooterBorderBelowCB->setChecked(false);
}
newpageCB->setChecked(tabular.getLTNewPage(row));
// after setting the features, check if they are enabled
checkEnabled();
}