]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QGraphicsDialog.C
* update dialog when changing lyx display settings.
[lyx.git] / src / frontends / qt4 / QGraphicsDialog.C
index 2b79726e092796ea4761fcb134a48b455855aa77..40a7cab88588f1d96055d397842f466d720605a2 100644 (file)
@@ -57,6 +57,8 @@ QGraphicsDialog::QGraphicsDialog(QGraphics * form)
                this, SLOT( change_adaptor() ) );
        connect(clip, SIGNAL( stateChanged(int) ),
                this, SLOT( change_adaptor() ) );
+       connect(displayGB, SIGNAL( toggled(bool) ),
+               this, SLOT( change_adaptor() ) );
        connect(showCB, SIGNAL( currentIndexChanged(int) ),
                this, SLOT( change_adaptor() ) );
        connect(displayscale, SIGNAL( textChanged(const QString&) ),