[TD]add shape validation tool for debugging

This commit is contained in:
wandererfan
2024-11-21 16:37:00 -05:00
committed by Yorik van Havre
parent 28752ca05b
commit 0fcd2241fb
6 changed files with 372 additions and 294 deletions

View File

@@ -63,6 +63,9 @@ void DlgPrefsTechDrawAdvancedImp::saveSettings()
ui->cbNewFaceFinder->onSave();
ui->sbScrubCount->onSave();
ui->cbDebugBadShape->onSave();
ui->cbValidateShapes->onSave();
saveBalloonOverride();
ui->cbSwitchWB->onSave();
@@ -115,6 +118,9 @@ void DlgPrefsTechDrawAdvancedImp::loadSettings()
ui->cbNewFaceFinder->onRestore();
ui->sbScrubCount->onRestore();
ui->cbDebugBadShape->onRestore();
ui->cbValidateShapes->onRestore();
loadBalloonOverride();
ui->cbSwitchWB->onRestore();