From f0b79f00fc43653862b3ea527df4f2e96b5bb08f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 1 Nov 2010 21:52:08 +0000 Subject: [PATCH] GuiTabular.cpp: fix #7006: the caption checkbox was simply not connected git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35983 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTabular.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)), -- 2.39.2