[gnome-shell/wip/paging-release2: 12/15] AllView: Start always at page 0
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release2: 12/15] AllView: Start always at page 0
- Date: Thu, 22 Aug 2013 16:43:24 +0000 (UTC)
commit 00e14d248f375c88b096dfaca2f238b4573514c3
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Mon Aug 19 14:02:02 2013 +0200
AllView: Start always at page 0
Reset the AllView scroll adjustment between overview openings,
following design reasons
js/ui/appDisplay.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 57ebc04..8f306cc 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -331,6 +331,8 @@ const AllView = new Lang.Class({
// we have to tell pagination that the adjustment is not correct (since the allocated size of
pagination changed)
// For that problem we return to the first page of pagination.
this._paginationInvalidated = false;
+
+ Main.overview.connect('hidden', Lang.bind(this, function() {this.goToPage(0, true);}));
},
_onNPagesChanged: function(iconGrid, nPages) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]