From 1a320e0f5194379695bfb5dd2fefe8b52d983f99 Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Sat, 31 Jul 2010 01:26:21 +0000 Subject: [PATCH] forward changes in the spinHeight too. svn path=/trunk/KDE/kdebase/workspace/; revision=1157425 --- effects/magnifier/magnifier_config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/effects/magnifier/magnifier_config.cpp b/effects/magnifier/magnifier_config.cpp index ee1e668891..fcc20f0244 100644 --- a/effects/magnifier/magnifier_config.cpp +++ b/effects/magnifier/magnifier_config.cpp @@ -53,6 +53,7 @@ MagnifierEffectConfig::MagnifierEffectConfig(QWidget* parent, const QVariantList connect(m_ui->editor, SIGNAL(keyChange()), this, SLOT(changed())); connect(m_ui->spinWidth, SIGNAL(valueChanged(int)), this, SLOT(changed())); + connect(m_ui->spinHeight, SIGNAL(valueChanged(int)), this, SLOT(changed())); // Shortcut config. The shortcut belongs to the component "kwin"! m_actionCollection = new KActionCollection( this, KComponentData("kwin") );