Sketcher: New Feature: Continuous creation mode
=============================================== When creating a type of geometric element, the user can create as many elements of that type he wishes without having to click the button before each insertion. The insertion of that type of elements ends by pressing ESC or clicking the right button of the mouse. This mode is by default disabled and can be enabled in Preferences->Display->Sketch->Geometry Creation "Continue Mode".
This commit is contained in:
@@ -115,6 +115,7 @@ void SketcherSettings::saveSettings()
|
||||
// Sketch editing
|
||||
ui->EditSketcherFontSize->onSave();
|
||||
ui->dialogOnDistanceConstraint->onSave();
|
||||
ui->continueMode->onSave();
|
||||
form->saveSettings();
|
||||
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Part");
|
||||
@@ -147,6 +148,7 @@ void SketcherSettings::loadSettings()
|
||||
// Sketch editing
|
||||
ui->EditSketcherFontSize->onRestore();
|
||||
ui->dialogOnDistanceConstraint->onRestore();
|
||||
ui->continueMode->onRestore();
|
||||
form->loadSettings();
|
||||
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Part");
|
||||
|
||||
Reference in New Issue
Block a user