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

getParent()->moveChildToFront() causes exception sometimes #52

Open
LRitesh opened this issue Jul 7, 2016 · 0 comments
Open

getParent()->moveChildToFront() causes exception sometimes #52

LRitesh opened this issue Jul 7, 2016 · 0 comments

Comments

@LRitesh
Copy link
Contributor

LRitesh commented Jul 7, 2016

If I listen to mouse events on a child node and try to move it to front on mouse click with something like-
getParent()->moveChildToFront((NodeRef) (this))
it causes an exception inside Signals.h.

This is probably not the best way to do this anyway. Changing it so that the parent node can observe mouse events on child node, and calling moveChildToFront there doesn't cause this. But opening an issue so we can look into this later.

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

No branches or pull requests

1 participant