Fixed XRender smooth scaling advanced setting not signalling a change
svn path=/trunk/KDE/kdebase/workspace/; revision=841517
This commit is contained in:
parent
0bfb2ccafe
commit
6036eda4b4
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.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()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue