From 7c6a642f01316b98cd890f98f0f8eec66d2c20bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 30 Oct 2010 16:26:12 +0000 Subject: [PATCH] GuiTabular.cpp: fix #7001 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35930 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- 2.39.2