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

wayland: Disable text-input-v3 when it's destroyed

Destroying a zwp_text_input_v3 object should be viewed as disabling it.

isEnabled property is cached because it cannot be computed in
_destroy_resource() handler. By that time, the resource no longer will
be in resourceMap(), so TextInputV3InterfacePrivate::isEnabled() will
erroneously return false even though we expect true.
parent 71ebaebe
Pipeline #360753 failed with stage
in 12 minutes and 18 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