enable FREECAD_RELEASE_PDB by default, cleanup cmake file, improve whiespaces

This commit is contained in:
wmayer
2018-10-15 20:11:58 +02:00
parent 19b399015e
commit 47536dcd37
3 changed files with 6 additions and 29 deletions

View File

@@ -1100,8 +1100,9 @@ void StdCmdDelete::activated(int iMsg)
}
break;
}
}
} else {
}
}
else {
// check if we can delete the object - linked objects
std::set<QString> affectedLabels;
for (std::vector<Gui::SelectionObject>::iterator ft = sel.begin(); ft != sel.end(); ++ft) {