Am Freitag, den 04.05.2018, 21:12 +0200 schrieb Richard Kimberly Heck: > commit 7f4f14786d480fc46d4250cdf80c2e6a61a46c5c > Author: Richard Kimberly Heck <rikih...@lyx.org> > Date: Fri May 4 15:11:53 2018 -0400 > > Add missing connection after fb393b45.
Actually, this was intended (but I forgot to remove the emphCB connection. These two have their dedicated slot (on_emphCB_clicked() and on_nounCB_cklicked() that call change_adaptor at the end (after doing other things). Jürgen > --- > 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()));
signature.asc
Description: This is a digitally signed message part