From 0705901bcedfdcf3af79493fe736e77a615582ca Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sat, 16 Feb 2013 11:57:58 -0500 Subject: [PATCH] overviewControls: reset translation as well when entering overview https://bugzilla.gnome.org/show_bug.cgi?id=693974 --- js/ui/overviewControls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js index a27284364..37894edc4 100644 --- a/js/ui/overviewControls.js +++ b/js/ui/overviewControls.js @@ -157,6 +157,7 @@ const SlidingControl = new Lang.Class({ // entering the overview this.visible = true; this.layout.slideX = this.getSlide(); + this.actor.translation_x = 0; }, _onDragBegin: function() {