]> git.lyx.org Git - features.git/commitdiff
Check changed status after decimal sep has been edited
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 6 Oct 2021 16:05:23 +0000 (18:05 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 6 Oct 2021 16:06:09 +0000 (18:06 +0200)
src/frontends/qt/GuiTabular.cpp

index 9526e9a0e941bdd25b139ea8b819b06276fbe4f1..ddb6942688e1eee5fbfe7dc917bc80f7c04512db 100644 (file)
@@ -91,6 +91,8 @@ GuiTabular::GuiTabular(QWidget * parent)
                this, SLOT(checkEnabled()));
        connect(hAlignCO, SIGNAL(activated(int)),
                this, SLOT(checkEnabled()));
+       connect(decimalPointED, SIGNAL(textEdited(const QString &)),
+               this, SLOT(checkEnabled()));
        connect(vAlignCO, SIGNAL(activated(int)),
                this, SLOT(checkEnabled()));
        connect(multicolumnCB, SIGNAL(clicked()),