[gnome-shell] iconGrid: Make actors reactive on animating out as well
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] iconGrid: Make actors reactive on animating out as well
- Date: Sun, 7 Sep 2014 11:04:06 +0000 (UTC)
commit d44c3d0cd3e434941db3c18264ed34594a6f1c81
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Sun Sep 7 10:22:26 2014 +0200
iconGrid: Make actors reactive on animating out as well
Commit 9e5704b introduced a regression due to a sloppy mistake not
making actors reactive on animation out.
Fix that making actors reactive when animating out as well.
js/ui/iconGrid.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js
index 13a87c3..9432bdf 100644
--- a/js/ui/iconGrid.js
+++ b/js/ui/iconGrid.js
@@ -569,6 +569,7 @@ const IconGrid = new Lang.Class({
this._animationDone();
this._restoreItemsOpacity();
}
+ actor.reactive = true;
actorClone.destroy();
})};
fadeParams = { time: ANIMATION_FADE_IN_TIME_FOR_ITEM,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]