commit 465b58a6dfe40ac13cf3a4bf41d6f22acf77bb4d
Author: Juergen Spitzmueller <[email protected]>
Date:   Wed Oct 6 18:05:23 2021 +0200

    Check changed status after decimal sep has been edited
---
 src/frontends/qt/GuiTabular.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt/GuiTabular.cpp b/src/frontends/qt/GuiTabular.cpp
index 9526e9a..ddb6942 100644
--- a/src/frontends/qt/GuiTabular.cpp
+++ b/src/frontends/qt/GuiTabular.cpp
@@ -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()),
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to