FreeCAD: master c21a0154

Author Committer Branch Timestamp Parent
triplus wwmayer master 2020-02-06 14:20:00 master 5d42d45a
Changeset Addons manager - check if icon file exists [skip ci]

Currently .isNull is used, to detect icon validity, but such method doesn't take the file path detection into an account. Result being a lot of messages outputted to the Report view and fallback icon not being used.

This PR fixes such icon path related issues.
mod - src/Mod/AddonManager/AddonManager.py Diff File