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:
Abdullah Tahiri
2018-01-30 19:45:11 +01:00
committed by wmayer
parent 5e16cb9792
commit 3ea4debaf3
4 changed files with 71 additions and 2 deletions

View File

@@ -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()));
}