Raytracing: small bugfix in preferences

This commit is contained in:
Yorik van Havre 2013-11-15 23:46:19 -02:00
parent 6987a70917
commit 8a26361c2b

View File

@ -74,7 +74,7 @@ void DlgSettingsRayImp::loadSettings()
prefCheckBox9->onRestore();
prefIntSpinBox1->onRestore();
prefIntSpinBox2->onRestore();
prefLineEdit1->onSave();
prefLineEdit1->onRestore();
}
/**