From 7f4f14786d480fc46d4250cdf80c2e6a61a46c5c Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 4 May 2018 15:11:53 -0400 Subject: [PATCH] Add missing connection after fb393b45. --- src/frontends/qt4/GuiCharacter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiCharacter.cpp b/src/frontends/qt4/GuiCharacter.cpp index 2c3023aceb..3037d85b02 100644 --- a/src/frontends/qt4/GuiCharacter.cpp +++ b/src/frontends/qt4/GuiCharacter.cpp @@ -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())); -- 2.39.2