Sketcher: do not apply line/edge color preference to existing sketches, fixes #8188
This commit is contained in:
@@ -221,10 +221,6 @@ void ViewProviderSketch::ParameterObserver::initParameters()
|
||||
{[this](const std::string & string, App::Property * property){ updateBoolProperty(string, property, true);}, &Client.Autoconstraints }},
|
||||
{"AvoidRedundantAutoconstraints",
|
||||
{[this](const std::string & string, App::Property * property){ updateBoolProperty(string, property, true);}, &Client.AvoidRedundant }},
|
||||
{"SketchEdgeColor",
|
||||
{[this](const std::string & string, App::Property * property){ updateColorProperty(string, property, 1.f, 1.f, 1.f);}, &Client.LineColor }},
|
||||
{"SketchVertexColor",
|
||||
{[this](const std::string & string, App::Property * property){ updateColorProperty(string, property, 1.f, 1.f, 1.f);}, &Client.PointColor }},
|
||||
{"updateEscapeKeyBehaviour",
|
||||
{[this](const std::string & string, App::Property * property){ updateEscapeKeyBehaviour(string, property);}, nullptr }},
|
||||
{"AutoRecompute",
|
||||
|
||||
Reference in New Issue
Block a user