Skip to content
Commit 81e11815 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


(cherry picked from commit d9f39abd)
parent 3a750b7f
Pipeline #453140 failed with stage
in 3 minutes and 55 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