Skip to content

Make private layers members protected #162

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

Merged

Conversation

welshcoder
Copy link
Contributor

This is a fairly simply change, but is rather helpful in expanding the library with custom functions. In my project, I've created a derived class from Layer_Background, but several useful variables and functions are hidden due to them being private. By making them protected, they are accessible to derived classes that might need them.

@embedded-creations embedded-creations merged commit aae4bb7 into pixelmatix:master Dec 18, 2021
@embedded-creations
Copy link
Contributor

Easy PR to approve, thanks!

@welshcoder welshcoder deleted the protected-layers-members branch December 18, 2021 22:16
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.

2 participants