mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dash: add a workaround for Clutter bug 692744
https://bugzilla.gnome.org/show_bug.cgi?id=690643
This commit is contained in:
parent
8e7d74bc3b
commit
8bcb10391e
1 changed files with 4 additions and 0 deletions
|
|
@ -789,6 +789,10 @@ const Dash = new Lang.Class({
|
|||
for (let i = 0; i < addedItems.length; i++) {
|
||||
addedItems[i].item.show(animate);
|
||||
}
|
||||
|
||||
// Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=692744
|
||||
// Without it, StBoxLayout may use a stale size cache
|
||||
this._box.queue_relayout();
|
||||
},
|
||||
|
||||
_clearDragPlaceholder: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue