Skip to content
Commit d9f39abd authored by Fushan Wen's avatar Fushan Wen
Browse files

Panel: fix applet not returning focus after pressing applet shortcut

When applet shortcut is pressed for the first time, panel also gets
activated, but the status will change to RequiresAttentionStatus after
applet also gets activated later. When applet is activated, panel status
is not AcceptingInputStatus but RequiresAttentionStatus, so
unconditionally changing to AcceptingInputStatus when the current status
is not AcceptingInputStatus is wrong.

BUG: 472909
FIXED-IN: 5.27.8
parent 03664ef9
Pipeline #453161 failed with stage
in 3 minutes and 38 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