0000684: Check Shape after boolean before refine

This commit is contained in:
Sebastian Hoogen
2012-06-07 19:50:03 +02:00
committed by wmayer
parent 1da08ba6f9
commit 3ab747eac4
5 changed files with 39 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ void DlgSettingsGeneral::saveSettings()
break;
}
ui->checkBooleanRefine->onSave();
ui->checkBooleanCheck->onSave();
}
void DlgSettingsGeneral::loadSettings()
@@ -79,6 +80,7 @@ void DlgSettingsGeneral::loadSettings()
int unit = hGrp->GetInt("Unit", 0);
ui->comboBoxUnits->setCurrentIndex(unit);
ui->checkBooleanRefine->onRestore();
ui->checkBooleanCheck->onRestore();
}
/**