Skip to content

Make private layers members protected#162

Merged
embedded-creations merged 1 commit intopixelmatix:masterfrom
welshcoder:protected-layers-members
Dec 18, 2021
Merged

Make private layers members protected#162
embedded-creations merged 1 commit intopixelmatix:masterfrom
welshcoder:protected-layers-members

Conversation

@welshcoder
Copy link
Copy Markdown
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
Copy Markdown
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