mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Check changed status after decimal sep has been edited
This commit is contained in:
parent
c732f7df09
commit
465b58a6df
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user