Skip to content

Hide tooltip when pressing button

Kai Uwe Broulik requested to merge work/kbroulik/hide-tooltip-on-press into master

Matches built-in Qt behavior where a tooltip does not show up while a button is pressed.

More importantly, it avoids showing a tooltip ontop of the global menu button when clicking the button quickly before the tooltip timer has expired.

Merge request reports