You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Feb 2015 at 8:40The text was updated successfully, but these errors were encountered: