Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

addWindowContent with button now working properly #48

Open
GoogleCodeExporter opened this issue Jul 17, 2015 · 1 comment
Open

addWindowContent with button now working properly #48

GoogleCodeExporter opened this issue Jul 17, 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant