Skip to content
Verified Commit 74e6a852 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

AbstractApplication*: Fix reparenting of drawers, Clean up bindings

Querying T.Overlay.overlay attached property on a Binding object was
clearly wrong. It just resulted in null at all times, so basically
those Bindings never took effect.

Since `when:` condition does not make much sense (first, those
properties could never be undefined; second, why reparenting only when
visible?), let's demote them into a property change handlers with null
guards.

For other bindings, pointless `when` check was removed as well as
deprecated (and yet again pointless) restoreMode.

BUG: 473214


Co-Authored-By: Jack Hill's avatarJack Hill <jackhill3103@gmail.com>
parent 0aef625b
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