We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When a window is closed, ctx.top_layer_id() keeps returning its layer id.
ctx.top_layer_id()
To Reproduce Steps to reproduce the behavior:
.open()
Expected behavior I'd have expected it to return None if no more window are opened or the layer id of the next windows that gets on top.
None
Desktop (please complete the following information):
Additional context I tested a change that would fix it here: d3aacc5
Ready to PR that if needed!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a window is closed,
ctx.top_layer_id()
keeps returning its layer id.To Reproduce
Steps to reproduce the behavior:
ctx.top_layer_id()
.open()
method or by not drawing it at all)ctx.top_layer_id()
again, it's the same layer id.Expected behavior
I'd have expected it to return
None
if no more window are opened or the layer id of the next windows that gets on top.Desktop (please complete the following information):
Additional context
I tested a change that would fix it here: d3aacc5
Ready to PR that if needed!
The text was updated successfully, but these errors were encountered: