Skip to content
Commit e4830f16 authored by Nate Graham's avatar Nate Graham
Browse files

PC3 menu: make interactive condition more robust

If the menu has a content height that exceeds the available height, but
ApplicationWindow.window isn't set--for example because we're in the
SDDM login screen where there is no application window--then we'll hit
the fallback condition and be non-interactive, which makes the menu
terribly difficult to scroll with a pointing device and impossible to
scroll with a touchscreen.

To fix this, consult Window.window rather than ApplicationWindow.window.
This is what other styles do.

BUG: 466968
FIXED-IN: 5.105
parent 04e80673
Pipeline #348812 passed with stage
in 1 minute and 48 seconds
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