[ComboBox] Fix mouse wheel handling

Authored by broulik on Apr 25 2018, 1:38 PM.

Description

[ComboBox] Fix mouse wheel handling

The contentItem is only "visible" for an editable ComboBox. However, the background (its parent)
sets "enabled" accordingly, it will inherit that. Just to be on the safe side also set no buttons
accepted. Also, emit "activated" signal as mouse wheeling is an explicit user interaction that
should behave as though arrow keys were used.

Reviewed-By: Marco Martin

Details

Committed
broulikApr 25 2018, 1:39 PM
Parents
R858:0d50898d6902: make the mousearea not interfere with controls
Branches
Unknown
Tags
Unknown