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
@ -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…
Reference in New Issue
Block a user