PartDesign: Highlight body tip
============================== It generates a small green icon on the treeview for those features being the tip of the body.
This commit is contained in:
@@ -167,5 +167,5 @@ QIcon ViewProviderPrimitive::getIcon(void) const {
|
||||
}
|
||||
|
||||
str += QString::fromLatin1(".svg");
|
||||
return Gui::BitmapFactory().pixmap(str.toStdString().c_str());
|
||||
return mergeTip(Gui::BitmapFactory().pixmap(str.toStdString().c_str()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user