diff --git a/src/Mod/Part/Gui/DlgSettingsGeneral.cpp b/src/Mod/Part/Gui/DlgSettingsGeneral.cpp index 2f2b4a9504..6ab826e391 100644 --- a/src/Mod/Part/Gui/DlgSettingsGeneral.cpp +++ b/src/Mod/Part/Gui/DlgSettingsGeneral.cpp @@ -63,6 +63,7 @@ void DlgSettingsGeneral::saveSettings() ui->checkObjectNaming->onSave(); ui->checkAllowCompoundBody->onSave(); ui->comboDefaultProfileTypeForHole->onSave(); + ui->checkSwitchToTask->onSave(); } void DlgSettingsGeneral::loadSettings() @@ -73,6 +74,7 @@ void DlgSettingsGeneral::loadSettings() ui->checkObjectNaming->onRestore(); ui->checkAllowCompoundBody->onRestore(); ui->comboDefaultProfileTypeForHole->onRestore(); + ui->checkSwitchToTask->onRestore(); } /** diff --git a/src/Mod/Part/Gui/DlgSettingsGeneral.ui b/src/Mod/Part/Gui/DlgSettingsGeneral.ui index e06db48c68..ee3a26255c 100644 --- a/src/Mod/Part/Gui/DlgSettingsGeneral.ui +++ b/src/Mod/Part/Gui/DlgSettingsGeneral.ui @@ -110,40 +110,63 @@ Features settings - + - - - Default profile type for holes - - + + + + + Default profile type for holes + + + + + + + 1 + + + defaultBaseTypeHole + + + Mod/PartDesign + + + + Circles and arcs + + + + + Points, circles and arcs + + + + + Points + + + + + - - - 1 + + + Switch to task panel when entering Part Design workbench + + + Automatically switch to the task panel when the Part Design workbench is activated + + + true - defaultBaseTypeHole + SwitchToTask Mod/PartDesign - - - Circles and arcs - - - - - Points, circles and arcs - - - - - Points - -