mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add missing connection after fb393b45
.
This commit is contained in:
parent
f888afeb9e
commit
7f4f14786d
@ -220,6 +220,7 @@ GuiCharacter::GuiCharacter(GuiView & lv)
|
||||
connect(ulineCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
connect(strikeCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
connect(emphCB, SIGNAL(clicked(bool)), this, SLOT(change_adaptor()));
|
||||
connect(nounCB, SIGNAL(clicked(bool)), this, SLOT(change_adaptor()));
|
||||
connect(sizeCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
connect(familyCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
connect(seriesCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
|
Loading…
Reference in New Issue
Block a user