Backport r841517 (Fixed XRender smooth scaling advanced setting not signalling a change).
svn path=/branches/KDE/4.1/kdebase/workspace/; revision=842488
This commit is contained in:
parent
19fc992e99
commit
2e6aeb66d1
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ KWinAdvancedCompositingOptions::KWinAdvancedCompositingOptions(QWidget* parent,
|
||||||
connect(ui.glDirect, SIGNAL(toggled(bool)), this, SLOT(changed()));
|
connect(ui.glDirect, SIGNAL(toggled(bool)), this, SLOT(changed()));
|
||||||
connect(ui.glVSync, 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(okClicked()), this, SLOT(save()));
|
||||||
connect(this, SIGNAL(applyClicked()), this, SLOT(save()));
|
connect(this, SIGNAL(applyClicked()), this, SLOT(save()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue