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

addWindowContent with button now working properly #48

Open
GoogleCodeExporter opened this issue Aug 13, 2015 · 1 comment
Open

addWindowContent with button now working properly #48

GoogleCodeExporter opened this issue Aug 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create window && create a button (or any class that extends from it)
2. add the button to the window with window.addWindowContent(button)

What is the expected output? What do you see instead?
The button does not show up on screen, while it should work as when using 
addChild

What version of the product are you using? On what operating system?
tonegodGui from svn r637 - linux 64bit

Please provide any additional information below.
Commenting out the line:305 in Window class seam to solve the issue :

//      contentArea.addClippingLayer(contentArea);

Original issue reported on code.google.com by [email protected] on 26 Feb 2015 at 8:40

@GoogleCodeExporter
Copy link
Author

I forgot to mention that the button is attach to a label, who is attach then to 
the window :
 - window > label > button

Original comment by [email protected] on 26 Feb 2015 at 8:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant