From: Uwe Stöhr Date: Mon, 1 Nov 2010 21:20:27 +0000 (+0000) Subject: GuiTabular.cpp: add a comment X-Git-Tag: 2.0.0~2130 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3e7d87f489c1e07b3c442c7201d0da8e891be267;p=features.git GuiTabular.cpp: add a comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35979 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 1d8caefb0c..97c05342cb 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -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(); }