Skip to content

clutter/stage: Actually set key focus to an actor on key focus

As per commit c2d03bf7 we're using a private method to set the actors key focus and emit key-focus-in signal, but we're using inverted logic here.

So flip the parameter to match the expected result.

!860 (merged)

Merge request reports