commit 7f4f14786d480fc46d4250cdf80c2e6a61a46c5c
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Fri May 4 15:11:53 2018 -0400

    Add missing connection after fb393b45.
---
 src/frontends/qt4/GuiCharacter.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt4/GuiCharacter.cpp 
b/src/frontends/qt4/GuiCharacter.cpp
index 2c3023a..3037d85 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()));

Reply via email to