[TD]Add preference for overlapping edge cleaning

This commit is contained in:
wandererfan
2023-04-15 11:01:13 -04:00
committed by WandererFan
parent 799dd4bf5a
commit 22aff5852d
4 changed files with 336 additions and 300 deletions

View File

@@ -59,6 +59,7 @@ void DlgPrefsTechDrawAdvancedImp::saveSettings()
ui->cbReportProgress->onSave();
ui->cbAutoCorrectRefs->onSave();
ui->cbNewFaceFinder->onSave();
ui->sbScrubCount->onSave();
}
void DlgPrefsTechDrawAdvancedImp::loadSettings()
@@ -78,6 +79,7 @@ void DlgPrefsTechDrawAdvancedImp::loadSettings()
ui->cbReportProgress->onRestore();
ui->cbAutoCorrectRefs->onRestore();
ui->cbNewFaceFinder->onRestore();
ui->sbScrubCount->onRestore();
}
/**