Sketcher: fix Esc can leave setting synchronization

This commit is contained in:
Karliss
2025-06-18 15:31:12 +03:00
committed by Chris Hennes
parent c23e48aa6b
commit d152bda853

View File

@@ -292,7 +292,7 @@ void ViewProviderSketch::ParameterObserver::initParameters()
updateBoolProperty(string, property, true);
},
&Client.AvoidRedundant}},
{"updateEscapeKeyBehaviour",
{"LeaveSketchWithEscape",
{[this](const std::string& string, App::Property* property) {
updateEscapeKeyBehaviour(string, property);
},