Skip to content

Hide tooltip instantly before showing whatsthis

David Redondo requested to merge work/davidre/tooltipswayland into master

QToolTop runs a timer before hiding, on Wayland Qt closes all other popups opened that were opened after it when closing a popup. This caused the whatsthis popup to never show up on Wayland. Because it's not possible to access the tooltip directly, we search for the correct window. BUG:438580

Merge request reports