mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 17:09:41 +00:00
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:
parent
94acc0aaf6
commit
f0b79f00fc
@ -119,6 +119,8 @@ GuiTabular::GuiTabular(QWidget * parent)
|
|||||||
this, SLOT(checkEnabled()));
|
this, SLOT(checkEnabled()));
|
||||||
connect(lastfooterNoContentsCB, SIGNAL(clicked()),
|
connect(lastfooterNoContentsCB, SIGNAL(clicked()),
|
||||||
this, SLOT(checkEnabled()));
|
this, SLOT(checkEnabled()));
|
||||||
|
connect(captionStatusCB, SIGNAL(clicked()),
|
||||||
|
this, SLOT(checkEnabled()));
|
||||||
connect(specialAlignmentED, SIGNAL(textEdited(QString)),
|
connect(specialAlignmentED, SIGNAL(textEdited(QString)),
|
||||||
this, SLOT(checkEnabled()));
|
this, SLOT(checkEnabled()));
|
||||||
connect(widthED, SIGNAL(textEdited(QString)),
|
connect(widthED, SIGNAL(textEdited(QString)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user