]> git.lyx.org Git - features.git/commitdiff
GuiTabular.cpp: fix #7001
authorUwe Stöhr <uwestoehr@web.de>
Sat, 30 Oct 2010 16:26:12 +0000 (16:26 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 30 Oct 2010 16:26:12 +0000 (16:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35930 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index f8fbfa3f9604286c0ab4eb1da58b8b4e470fcc92..87494cdeb1567a23c902b02d7514687143395049 100644 (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()));