Skip to content
Commit b09e0262 authored by Martin Flöser's avatar Martin Flöser
Browse files

Pass transient parent window to KToolTipWindow

Summary:
This fixes tooltips on Wayland. We need the relationship to the
transient parent window - tooltips are positioned relative to their
parent window. Also on X11 this is an important information which was
completely lacking.

Before the change the tooltips got randomly positioned by the Wayland
compositor as it thought that it is a new toplevel window. With the
change the tooltip gets shown where it is supposed to be shown.

Test Plan: Run kinfocenter with --platform wayland and xcb

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D3113
parent 93e9bdb7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment