]> git.lyx.org Git - features.git/commitdiff
GuiTabular.cpp: apply immediately for all edit fields in the table dialog as discusse...
authorUwe Stöhr <uwestoehr@web.de>
Sun, 31 Oct 2010 22:32:53 +0000 (22:32 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 31 Oct 2010 22:32:53 +0000 (22:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35953 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index 3c80719aba444993b3cadb9dcd8185673935460d..2f658cd23ea6a2c5751e22805161633a0642dd6f 100644 (file)
@@ -55,19 +55,19 @@ GuiTabular::GuiTabular(QWidget * parent)
 
        widthUnitCB->setCurrentItem(Length::defaultUnit());
 
-       connect(topspaceED, SIGNAL(returnPressed()),
+       connect(topspaceED, SIGNAL(textEdited(QString)),
                this, SLOT(checkEnabled()));
        connect(topspaceUnit, SIGNAL(selectionChanged(lyx::Length::UNIT)),
                this, SLOT(checkEnabled()));
        connect(topspaceCO, SIGNAL(activated(int)),
                this, SLOT(checkEnabled()));
-       connect(bottomspaceED, SIGNAL(returnPressed()),
+       connect(bottomspaceED, SIGNAL(textEdited(QString)),
                this, SLOT(checkEnabled()));
        connect(bottomspaceUnit, SIGNAL(selectionChanged(lyx::Length::UNIT)),
                this, SLOT(checkEnabled()));
        connect(bottomspaceCO, SIGNAL(activated(int)),
                this, SLOT(checkEnabled()));
-       connect(interlinespaceED, SIGNAL(returnPressed()),
+       connect(interlinespaceED, SIGNAL(textEdited(QString)),
                this, SLOT(checkEnabled()));
        connect(interlinespaceUnit, SIGNAL(selectionChanged(lyx::Length::UNIT)),
                this, SLOT(checkEnabled()));