Skip to content

inputmethod: Properly report that it's not visible

Nate Graham requested to merge work/cherry-pick-07f6241c-2 into Plasma/5.27

Window::isShown only checks that it's not hidden, in this case it's not that it's hidden it's that it's neither shown or hidden. Take the readyForPainting attribute into account.

(cherry picked from commit 07f6241c)

Merge request reports