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
This commit is contained in:
Uwe Stöhr 2010-11-01 21:52:08 +00:00
parent 94acc0aaf6
commit f0b79f00fc

View File

@ -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)),