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

Applied alpha is 0 when SuperView's applied alpha is 1 #82

Open
peterobbin opened this issue Oct 11, 2019 · 0 comments
Open

Applied alpha is 0 when SuperView's applied alpha is 1 #82

peterobbin opened this issue Oct 11, 2019 · 0 comments
Assignees
Labels

Comments

@peterobbin
Copy link
Contributor

This happens when po::scene::View::draw() isn't called in the inherited view.

example:

	void CustomView::draw()
	{
		//po::scene::View::draw();

		mRectView->draw() // not showing up since applied alpha is 0
	}
@peterobbin peterobbin added the bug label Oct 11, 2019
@peterobbin peterobbin self-assigned this Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant