Sketcher: Added option to turn constraint creation modes on/off

Can be found below geometry creation "continous mode" option
This commit is contained in:
AjinkyaDahale
2017-02-23 01:14:37 +05:30
committed by wmayer
parent 10d9a6ec05
commit 286e71074a
3 changed files with 153 additions and 41 deletions

View File

@@ -125,6 +125,7 @@ void SketcherSettings::saveSettings()
ui->SegmentsPerGeometry->onSave();
ui->dialogOnDistanceConstraint->onSave();
ui->continueMode->onSave();
ui->constraintMode->onSave();
ui->checkBoxAdvancedSolverTaskBox->onSave();
ui->checkBoxTVHideDependent->onSave();
ui->checkBoxTVShowLinks->onSave();
@@ -168,6 +169,7 @@ void SketcherSettings::loadSettings()
ui->SegmentsPerGeometry->onRestore();
ui->dialogOnDistanceConstraint->onRestore();
ui->continueMode->onRestore();
ui->constraintMode->onRestore();
ui->checkBoxAdvancedSolverTaskBox->onRestore();
ui->checkBoxTVHideDependent->onRestore();
ui->checkBoxTVShowLinks->onRestore();