[TD]add shape validation tool for debugging
This commit is contained in:
committed by
Yorik van Havre
parent
28752ca05b
commit
0fcd2241fb
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user