Gui: [skip ci] merge icons of extensions of view provider of a Python feature

This commit is contained in:
wmayer
2020-11-22 11:15:11 +01:00
parent f9104f5884
commit d0e5a281c6

View File

@@ -211,6 +211,8 @@ public:
QIcon icon = imp->getIcon();
if (icon.isNull())
icon = ViewProviderT::getIcon();
else
icon = ViewProviderT::mergeOverlayIcons(icon);
return icon;
}