Gui: Disable Show Placement for Body Features

This commit is contained in:
Kacper Donat
2025-04-04 00:52:14 +02:00
committed by Benjamin Nauck
parent 3e2f88b74c
commit 4b0a70b62d
6 changed files with 9 additions and 13 deletions

View File

@@ -238,7 +238,7 @@ QIcon ViewProvider::mergeColorfulOverlayIcons (const QIcon & orig) const
return Gui::ViewProvider::mergeColorfulOverlayIcons (mergedicon);
}
bool ViewProvider::onDelete(const std::vector<std::string> &)
bool ViewProvider::onDelete(const std::vector<std::string>&)
{
PartDesign::Feature* feature = getObject<PartDesign::Feature>();