mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
GuiBox: remove unneeded connection and use a more senible signal
This commit is contained in:
parent
7d67e94cd0
commit
e1b1dd7445
@ -151,8 +151,8 @@ GuiBox::GuiBox(QWidget * parent) : InsetParamsWidget(parent)
|
|||||||
connect(shadowsizeED, SIGNAL(textChanged(QString)), this, SIGNAL(changed()));
|
connect(shadowsizeED, SIGNAL(textChanged(QString)), this, SIGNAL(changed()));
|
||||||
connect(shadowsizeUnitsLC, SIGNAL(selectionChanged(lyx::Length::UNIT)),
|
connect(shadowsizeUnitsLC, SIGNAL(selectionChanged(lyx::Length::UNIT)),
|
||||||
this, SIGNAL(changed()));
|
this, SIGNAL(changed()));
|
||||||
connect(frameColorCO, SIGNAL(highlighted(QString)), this, SIGNAL(changed()));
|
connect(backgroundColorCO, SIGNAL(currentIndexChanged(int)),
|
||||||
connect(backgroundColorCO, SIGNAL(highlighted(QString)), this, SIGNAL(changed()));
|
this, SIGNAL(changed()));
|
||||||
|
|
||||||
heightED->setValidator(unsignedLengthValidator(heightED));
|
heightED->setValidator(unsignedLengthValidator(heightED));
|
||||||
widthED->setValidator(unsignedLengthValidator(widthED));
|
widthED->setValidator(unsignedLengthValidator(widthED));
|
||||||
|
Loading…
Reference in New Issue
Block a user