Fixed XRender smooth scaling advanced setting not signalling a change

svn path=/trunk/KDE/kdebase/workspace/; revision=841517
This commit is contained in:
Lucas Murray 2008-08-03 12:37:28 +00:00
parent 0bfb2ccafe
commit 6036eda4b4

View file

@ -53,6 +53,8 @@ KWinAdvancedCompositingOptions::KWinAdvancedCompositingOptions(QWidget* parent,
connect(ui.glDirect, SIGNAL(toggled(bool)), this, SLOT(changed()));
connect(ui.glVSync, SIGNAL(toggled(bool)), this, SLOT(changed()));
connect(ui.xrenderSmoothScale, SIGNAL(toggled(bool)), this, SLOT(changed()));
connect(this, SIGNAL(okClicked()), this, SLOT(save()));
connect(this, SIGNAL(applyClicked()), this, SLOT(save()));