- Fix the default button.
svn path=/trunk/KDE/kdebase/workspace/; revision=815406
This commit is contained in:
parent
a9d4fed3d3
commit
6f6bc897c9
2 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ void LookingGlassEffectConfig::defaults()
|
|||
{
|
||||
kDebug() ;
|
||||
m_ui->radiusSpin->setValue(200);
|
||||
m_ui->editor->allDefault();
|
||||
emit changed(true);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue