Skip to content

[lookandfeel] Avoid rendering invisible contents

David Edmundson requested to merge work/lockscreen into master

An opacity of 0 but still visible still results in nodes in the scenegraph, which is wasteful. This is shown in gammaray with some warnings.

Enabled is also bound to visible as if a text field has focus it still animates the cursor icon even if inivisble, producing wakeups.

BUG: 347772 FIXED-IN: 5.21

Merge request reports