[gnome-shell/gbsneto/random-cleanups-pt1: 2/3] viewSelector: Chain up on show and hide
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/random-cleanups-pt1: 2/3] viewSelector: Chain up on show and hide
- Date: Tue, 2 Jun 2020 04:23:11 +0000 (UTC)
commit 2f9dec773bc55412272d0a44e013cd1281c6d4ff
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jun 2 00:59:27 2020 -0300
viewSelector: Chain up on show and hide
The same reasoning as the previous commit.
js/ui/viewSelector.js | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
index 5c0dd9bb75..33b7b4b56e 100644
--- a/js/ui/viewSelector.js
+++ b/js/ui/viewSelector.js
@@ -272,6 +272,7 @@ var ViewSelector = GObject.registerClass({
}
show() {
+ super.show();
this.reset();
this._workspacesDisplay.show(this._showAppsButton.checked);
this._activePage = null;
@@ -302,6 +303,7 @@ var ViewSelector = GObject.registerClass({
}
hide() {
+ super.hide();
this.reset();
this._workspacesDisplay.hide();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]