From: Uwe Stöhr Date: Sat, 30 Oct 2010 16:26:12 +0000 (+0000) Subject: GuiTabular.cpp: fix #7001 X-Git-Tag: 2.0.0~2170 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7c6a642f01316b98cd890f98f0f8eec66d2c20bf;p=features.git GuiTabular.cpp: fix #7001 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35930 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index f8fbfa3f96..87494cdeb1 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -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()));