forward changes in the spinHeight too.
svn path=/trunk/KDE/kdebase/workspace/; revision=1157425
This commit is contained in:
parent
307752a9bf
commit
1a320e0f51
1 changed files with 1 additions and 0 deletions
|
@ -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") );
|
||||
|
|
Loading…
Reference in a new issue