- Fix the default button.

svn path=/trunk/KDE/kdebase/workspace/; revision=815406
This commit is contained in:
Michael Jansen 2008-06-01 17:42:18 +00:00
parent a9d4fed3d3
commit 6f6bc897c9
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@ void LookingGlassEffectConfig::defaults()
{
kDebug() ;
m_ui->radiusSpin->setValue(200);
m_ui->editor->allDefault();
emit changed(true);
}

View file

@ -125,6 +125,7 @@ void MagnifierEffectConfig::defaults()
kDebug() ;
m_ui->spinWidth->setValue(200);
m_ui->spinHeight->setValue(200);
m_ui->editor->allDefault();
emit changed(true);
}