[gnome-shell/wip/paging-release2: 17/23] appDisplay: Start always at page 0 in AllView
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release2: 17/23] appDisplay: Start always at page 0 in AllView
- Date: Mon, 2 Sep 2013 14:32:12 +0000 (UTC)
commit c8430f83e056d6bec01ce45395887b2e026aa7e7
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Mon Aug 19 14:02:02 2013 +0200
appDisplay: Start always at page 0 in AllView
Reset the AllView scroll adjustment between overview openings,
following design reasons
https://bugzilla.gnome.org/show_bug.cgi?id=706081
js/ui/appDisplay.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index bd2e15d..ba1c40c 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -325,6 +325,11 @@ const AllView = new Lang.Class({
this._availWidth = 0;
this._availHeight = 0;
+
+ Main.overview.connect('hidden', Lang.bind(this,
+ function() {
+ this.goToPage(0);
+ }));
},
getCurrentPageY: function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]