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:
Uwe Stöhr 2010-10-30 16:26:12 +00:00
parent a3a51b545c
commit 7c6a642f01

View File

@ -119,7 +119,7 @@ GuiTabular::GuiTabular(QWidget * parent)
this, SLOT(checkEnabled()));
connect(lastfooterNoContentsCB, SIGNAL(clicked()),
this, SLOT(checkEnabled()));
connect(specialAlignmentED, SIGNAL(returnPressed()),
connect(specialAlignmentED, SIGNAL(textEdited(QString)),
this, SLOT(checkEnabled()));
connect(widthED, SIGNAL(textEdited(QString)),
this, SLOT(checkEnabled()));