Skip to content

kcmcontrols/GridDelegate: fix focus

Jan Blackquill requested to merge work/janb/grid-delegate-fixed-focus into master

The item delegate not being able to receive focus on tab causes some strangeness once the GridView it's in receives tab focus; effectively causing the focus to become stuck on the item delegate currently selected.

Merge request reports