Sketcher: Remove "Show Edit Section" from preferences
===================================================== In a previous commit the Edit Section and its preferences where removed, however Adrián Insaurralde realised that the setting for showing or not this section had been left behind: https://github.com/FreeCAD/FreeCAD/pull/8716#issuecomment-1462364487 This commit just removes that settings.
This commit is contained in:
committed by
abdullahtahiriyo
parent
686e5d06b2
commit
189013389c
@@ -62,7 +62,6 @@ void SketcherSettings::saveSettings()
|
||||
{
|
||||
// Sketch editing
|
||||
ui->checkBoxAdvancedSolverTaskBox->onSave();
|
||||
ui->checkBoxSettingsTaskBox->onSave();
|
||||
ui->checkBoxRecalculateInitialSolutionWhileDragging->onSave();
|
||||
ui->checkBoxEnableEscape->onSave();
|
||||
ui->checkBoxNotifyConstraintSubstitutions->onSave();
|
||||
@@ -73,7 +72,6 @@ void SketcherSettings::loadSettings()
|
||||
{
|
||||
// Sketch editing
|
||||
ui->checkBoxAdvancedSolverTaskBox->onRestore();
|
||||
ui->checkBoxSettingsTaskBox->onRestore();
|
||||
ui->checkBoxRecalculateInitialSolutionWhileDragging->onRestore();
|
||||
ui->checkBoxEnableEscape->onRestore();
|
||||
ui->checkBoxNotifyConstraintSubstitutions->onRestore();
|
||||
|
||||
Reference in New Issue
Block a user