Check changed status after decimal sep has been edited

This commit is contained in:
Juergen Spitzmueller 2021-10-06 18:05:23 +02:00
parent c732f7df09
commit 465b58a6df

View 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()),