Gui: [skip ci] merge icons of extensions of view provider of a Python feature
This commit is contained in:
@@ -211,6 +211,8 @@ public:
|
||||
QIcon icon = imp->getIcon();
|
||||
if (icon.isNull())
|
||||
icon = ViewProviderT::getIcon();
|
||||
else
|
||||
icon = ViewProviderT::mergeOverlayIcons(icon);
|
||||
return icon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user