Skip to content
Commit dea19799 authored by Ernestas Kulik's avatar Ernestas Kulik
Browse files

canvas-container: rework canvas item focusing

 - Currently, atk_focus_tracker_notify() is used, which is deprecated as
   of ATK 2.9.4. Using atk_object_notify_state_change() with
   ATK_STATE_FOCUSED is recommended. The deprecated call was replaced.

 - For every selection, the previous one should get unfocused.
   Currently, only the keyboard focus is tracked. That was extended to
   mouse focus with a flag for keyboard focus for indicator rendering.

https://bugzilla.gnome.org/show_bug.cgi?id=762236
parent 3e498fc0
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