From: Pavel Sanda Date: Mon, 26 May 2008 17:56:48 +0000 (+0000) Subject: Fix button enabling for graphics input. X-Git-Tag: 1.6.10~4669 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5b99af2237d65fd3572e11b40ecf615b015495f4;p=features.git Fix button enabling for graphics input. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24947 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiGraphics.cpp b/src/frontends/qt4/GuiGraphics.cpp index 774c0f0578..1ceb9af9a5 100644 --- a/src/frontends/qt4/GuiGraphics.cpp +++ b/src/frontends/qt4/GuiGraphics.cpp @@ -245,6 +245,8 @@ GuiGraphics::GuiGraphics(GuiView & lv) this, SLOT(change_adaptor())); connect(displayscale, SIGNAL(textChanged(const QString&)), this, SLOT(change_adaptor())); + connect(groupId, SIGNAL(textChanged(const QString&)), + this, SLOT(change_adaptor())); displayscale->setValidator(new QIntValidator(displayscale)); bc().setPolicy(ButtonPolicy::NoRepeatedApplyReadOnlyPolicy);