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:
Abdullah Tahiri
2015-06-19 15:31:17 +02:00
committed by wmayer
parent 796c9d79d4
commit bae32f74bb
3 changed files with 56 additions and 26 deletions

View File

@@ -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");