]> git.lyx.org Git - features.git/commitdiff
GuiTabular.cpp: add a comment
authorUwe Stöhr <uwestoehr@web.de>
Mon, 1 Nov 2010 21:20:27 +0000 (21:20 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 1 Nov 2010 21:20:27 +0000 (21:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35979 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index 1d8caefb0c96025220bec0aa286ae8a008fd8528..97c05342cbb80c542e4abb785020ebdf298af3fc 100644 (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();
 }