Skip to content

Only draw the focus indicator when we got focus via the keyboard

David Redondo requested to merge work/toolbuttonfocus into master

QQC2 controls gain activeFocus on press this is a difference to controls 1 which had activeFocusOnPress property that defaulted to false. qqc2-desktop-style also only sets the focus flag if it was gained via keyboard (kquickstyleitem.cpp:705). BUG:424446

Edited by David Redondo

Merge request reports