[TD]add autocorrect preference
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user