Skip to content
  • Vlad Zahorodnii's avatar
    wayland: Fix mispositioned decoration tooltips · 712dbc41
    Vlad Zahorodnii authored
    QPlatformScreen::virtualSiblings() must return a list of screens on the
    virtual desktop, otherwise QToolTip will use
    QGuiApplication::primaryScreen() instead of looking up the screen where
    the decoration tooltip must be shown using QDesktopWidget::screenNumber().
    
    BUG: 432860
    712dbc41