mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
messageTray: Set can_focus to true for SummaryItem
https://bugzilla.gnome.org/show_bug.cgi?id=681519
This commit is contained in:
parent
9f07a3dd4a
commit
f63371dadb
1 changed files with 1 additions and 0 deletions
|
|
@ -1265,6 +1265,7 @@ const SummaryItem = new Lang.Class({
|
|||
y_fill: true,
|
||||
reactive: true,
|
||||
button_mask: St.ButtonMask.ONE | St.ButtonMask.TWO | St.ButtonMask.THREE,
|
||||
can_focus: true,
|
||||
track_hover: true });
|
||||
|
||||
this._sourceBox = new St.BoxLayout({ style_class: 'summary-source' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue