Merge branch 'master' of github.com:FreeCAD/FreeCAD

This commit is contained in:
Uwe
2022-06-04 22:42:13 +02:00

View File

@@ -3106,7 +3106,7 @@ void ViewProviderSketch::deleteSelected()
// only one sketch with its subelements are allowed to be selected
if (selection.size() != 1) {
Base::Console().Warning("Delete: Selection not restricted to one sketch and its subelements");
Base::Console().Warning("Delete: Selection not restricted to one sketch and its subelements\n");
return;
}