Sketcher: New setting: Show advanced solver taskbox
=================================================== I makes the advanced solver taskbox by default disabled (not shown) and provides a setting in Preferences->Display->Sketcher to enable it.
This commit is contained in:
@@ -116,6 +116,7 @@ void SketcherSettings::saveSettings()
|
||||
ui->EditSketcherFontSize->onSave();
|
||||
ui->dialogOnDistanceConstraint->onSave();
|
||||
ui->continueMode->onSave();
|
||||
ui->checkBoxAdvancedSolverTaskBox->onSave();
|
||||
form->saveSettings();
|
||||
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Part");
|
||||
@@ -149,6 +150,7 @@ void SketcherSettings::loadSettings()
|
||||
ui->EditSketcherFontSize->onRestore();
|
||||
ui->dialogOnDistanceConstraint->onRestore();
|
||||
ui->continueMode->onRestore();
|
||||
ui->checkBoxAdvancedSolverTaskBox->onRestore();
|
||||
form->loadSettings();
|
||||
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Part");
|
||||
|
||||
Reference in New Issue
Block a user