| 2992 | setPrefersLazyLayout(viewTransactionScope, attributeValue.toBool()); |
| 2993 | return true; |
| 2994 | } else { |
| 2995 | if (_attributesApplier.getBoundAttributes() == nullptr) { |
| 2996 | return false; |
| 2997 | } |
| 2998 | auto changed = getAttributesApplier().setAttribute( |
| 2999 | viewTransactionScope, attributeId, attributeOwner, attributeValue, animator); |