mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiTabular: add missing connections
This commit is contained in:
parent
ccb3663332
commit
2bf3124f25
@ -67,6 +67,12 @@ GuiTabular::GuiTabular(QWidget * parent)
|
||||
bottomspaceUnitLC->setCurrentItem(Length::defaultUnit());
|
||||
interlinespaceUnitLC->setCurrentItem(Length::defaultUnit());
|
||||
|
||||
connect(topspaceCO, SIGNAL(currentIndexChanged(int)),
|
||||
this, SLOT(checkEnabled()));
|
||||
connect(bottomspaceCO, SIGNAL(currentIndexChanged(int)),
|
||||
this, SLOT(checkEnabled()));
|
||||
connect(interlinespaceCO, SIGNAL(currentIndexChanged(int)),
|
||||
this, SLOT(checkEnabled()));
|
||||
connect(topspaceED, SIGNAL(textEdited(const QString &)),
|
||||
this, SLOT(checkEnabled()));
|
||||
connect(topspaceUnitLC, SIGNAL(selectionChanged(lyx::Length::UNIT)),
|
||||
|
Loading…
Reference in New Issue
Block a user