[TD]control svg scaling at object level

This commit is contained in:
wandererfan
2025-01-24 16:34:18 -05:00
parent 2bc9f2ea1f
commit dbf2e85f6f
5 changed files with 129 additions and 74 deletions

View File

@@ -67,6 +67,7 @@ void DlgPrefsTechDrawScaleImp::saveSettings()
ui->pdsbCenterScale->onSave();
ui->pdsbTemplateMark->onSave();
ui->pdsbSymbolScale->onSave();
ui->cbLegacyScale->onSave();
}
void DlgPrefsTechDrawScaleImp::loadSettings()
@@ -80,6 +81,7 @@ void DlgPrefsTechDrawScaleImp::loadSettings()
ui->pdsbTemplateMark->setValue(markDefault);
ui->pdsbTemplateMark->onRestore();
ui->pdsbSymbolScale->onRestore();
ui->cbLegacyScale->onRestore();
}
/**