[TD]add autocorrect preference

This commit is contained in:
wandererfan
2023-03-13 11:54:07 -04:00
committed by WandererFan
parent 6ee8ee3c73
commit 65a3637891
6 changed files with 459 additions and 335 deletions

View File

@@ -57,6 +57,7 @@ void DlgPrefsTechDrawAdvancedImp::saveSettings()
ui->sbMaxTiles->onSave();
ui->sbMaxPat->onSave();
ui->cbReportProgress->onSave();
ui->cbAutoCorrectRefs->onSave();
}
void DlgPrefsTechDrawAdvancedImp::loadSettings()
@@ -74,6 +75,7 @@ void DlgPrefsTechDrawAdvancedImp::loadSettings()
ui->sbMaxTiles->onRestore();
ui->sbMaxPat->onRestore();
ui->cbReportProgress->onRestore();
ui->cbAutoCorrectRefs->onRestore();
}
/**