https://bugs.kde.org/show_bug.cgi?id=462061

Shawn Rutledge <s...@ecloud.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |s...@ecloud.org

--- Comment #11 from Shawn Rutledge <s...@ecloud.org> ---
So Fushan Wen is proposing to fix it by no longer checking whether a window is
transient before setting WM_TRANSIENT_FOR; but why is this "Choose Application"
window not transient according to the definition in qxcbwindow.cpp?

// Returns \c true if we should set WM_TRANSIENT_FOR on \a w
static inline bool isTransient(const QWindow *w)
{
    return w->type() == Qt::Dialog
           || w->type() == Qt::Sheet
           || w->type() == Qt::Tool
           || w->type() == Qt::SplashScreen
           || w->type() == Qt::ToolTip
           || w->type() == Qt::Drawer
           || w->type() == Qt::Popup;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to