Merge branch 'master' of github.com:FreeCAD/FreeCAD
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user