[Sketcher] Add missing 'Auto remove redundant' to preferences
This commit is contained in:
committed by
abdullahtahiriyo
parent
51fda743b0
commit
c6fdc526dd
@@ -72,6 +72,7 @@ void SketcherSettings::saveSettings()
|
||||
ui->checkBoxRecalculateInitialSolutionWhileDragging->onSave();
|
||||
ui->checkBoxEnableEscape->onSave();
|
||||
ui->checkBoxNotifyConstraintSubstitutions->onSave();
|
||||
ui->checkBoxAutoRemoveRedundants->onSave();
|
||||
form->saveSettings();
|
||||
}
|
||||
|
||||
@@ -82,6 +83,7 @@ void SketcherSettings::loadSettings()
|
||||
ui->checkBoxRecalculateInitialSolutionWhileDragging->onRestore();
|
||||
ui->checkBoxEnableEscape->onRestore();
|
||||
ui->checkBoxNotifyConstraintSubstitutions->onRestore();
|
||||
ui->checkBoxAutoRemoveRedundants->onRestore();
|
||||
form->loadSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user