Skip to content

Commit

Permalink
Gui: [skip ci] merge icons of extensions of view provider of a Python…
Browse files Browse the repository at this point in the history
… feature
  • Loading branch information
wwmayer committed Nov 22, 2020
1 parent f9104f5 commit d0e5a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/ViewProviderPythonFeature.h
Expand Up @@ -211,6 +211,8 @@ class ViewProviderPythonFeatureT : public ViewProviderT
QIcon icon = imp->getIcon();
if (icon.isNull())
icon = ViewProviderT::getIcon();
else
icon = ViewProviderT::mergeOverlayIcons(icon);
return icon;
}

Expand Down

0 comments on commit d0e5a28

Please sign in to comment.