Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support loading icons from other assemblies (e.g. Plugins) #116

Merged
merged 2 commits into from
Mar 30, 2016
Merged

Support loading icons from other assemblies (e.g. Plugins) #116

merged 2 commits into from
Mar 30, 2016

Conversation

codeprof
Copy link
Contributor

GetIcon() does not support loading icons if the icon is in the resource of a different assembly. This is needed to support icons in plugins.

GetIcon() does not support loading icons if the icon is in the resource of a different assembly. This is needed to support icons in plugins.
@robpvn
Copy link
Member

robpvn commented Mar 29, 2016

This is a sensible improvement, and the logic looks sound! (I remember looking into this section at some point in the past.)

However, the indentation is messed up, it looks like a classic case of tabs versus spaces. If you you translate the spaces into tabs as is the custom in this codebase so that everything looks right, I'll be happy to merge this.

@codeprof
Copy link
Contributor Author

Updated intends (by replacing 4 spaces with tab, don't know why mono used spaces...)

@robpvn
Copy link
Member

robpvn commented Mar 30, 2016

Cool, thanks! Like I said, I feel confident mergin this PR but the others will have to wait for review from someone more knowledgable. 👍

@robpvn robpvn merged commit 907276a into PintaProject:master Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants