diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 97c05342cb..6fd86eadb9 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -119,6 +119,8 @@ GuiTabular::GuiTabular(QWidget * parent) this, SLOT(checkEnabled())); connect(lastfooterNoContentsCB, SIGNAL(clicked()), this, SLOT(checkEnabled())); + connect(captionStatusCB, SIGNAL(clicked()), + this, SLOT(checkEnabled())); connect(specialAlignmentED, SIGNAL(textEdited(QString)), this, SLOT(checkEnabled())); connect(widthED, SIGNAL(textEdited(QString)),