Sketcher: fix Esc can leave setting synchronization

This commit is contained in:
Karliss
2025-06-30 09:51:08 -05:00
committed by Chris Hennes
parent 536775188b
commit df08c0ce8d
+1 -1
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);
},