]> git.lyx.org Git - lyx.git/commitdiff
Add missing connection after fb393b45.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 4 May 2018 19:11:53 +0000 (15:11 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 4 May 2018 19:11:53 +0000 (15:11 -0400)
src/frontends/qt4/GuiCharacter.cpp

index 2c3023acebf08b5c3e9dcc4b729daeeeb77dc86c..3037d85b02bb67c79161139fedf7ab3ee24430e3 100644 (file)
@@ -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()));