Skip to content
Commit eea82004 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

scene: Don't hide closed windows

If a closed window is kept alive, it means that somebody needs to
animate it and therefore it should be visible. Otherwise the window
would be destroyed and its item would be removed from the scene.

This change makes the WindowItem not change its visibility if the
associated window is closed. If the window had been invisible before
it was closed, the item would be invisible; if the window had been
visible before it was closed, the item would be visible.
parent b90ae2f8
Pipeline #412365 failed with stage
in 11 minutes and 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment