mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
GuiTabular.cpp: fix #7001
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35930 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a3a51b545c
commit
7c6a642f01
@ -119,7 +119,7 @@ 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(specialAlignmentED, SIGNAL(returnPressed()),
|
connect(specialAlignmentED, SIGNAL(textEdited(QString)),
|
||||||
this, SLOT(checkEnabled()));
|
this, SLOT(checkEnabled()));
|
||||||
connect(widthED, SIGNAL(textEdited(QString)),
|
connect(widthED, SIGNAL(textEdited(QString)),
|
||||||
this, SLOT(checkEnabled()));
|
this, SLOT(checkEnabled()));
|
||||||
|
Loading…
Reference in New Issue
Block a user