]> git.lyx.org Git - features.git/commitdiff
Fix button enabling for graphics input.
authorPavel Sanda <sanda@lyx.org>
Mon, 26 May 2008 17:56:48 +0000 (17:56 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 26 May 2008 17:56:48 +0000 (17:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24947 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiGraphics.cpp

index 774c0f0578e16fc416315532fc518801047d3ed8..1ceb9af9a557decb14e712820b5c3f15294e4f45 100644 (file)
@@ -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);