Skip to content

don't react on clicks for checkable buttons

Harald Sitter requested to merge work/sitter/toggleinsteadofclick into master

clicked is distinct from doubleclicked and not the correct handler to use for checkable buttons because of that. use toggle instead.

BUG: 466108

Merge request reports