[gnome-shell/gbsneto/icon-grid-part2: 23/23] controlsManager: Don't fade icon grid while dragging
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-part2: 23/23] controlsManager: Don't fade icon grid while dragging
- Date: Tue, 6 Aug 2019 00:45:12 +0000 (UTC)
commit 0634f2d0d72eb0f99ce272434b26e2991dffe104
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Jul 3 14:53:09 2019 -0300
controlsManager: Don't fade icon grid while dragging
As pointed out by designers, fading it signals that the
icon grid is not a drop target, when now it actually is.
Remove the fade effect applied to the icon grid when
dragging.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/664
js/ui/overviewControls.js | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js
index cf6fcf3a7..9e4bbd9dc 100644
--- a/js/ui/overviewControls.js
+++ b/js/ui/overviewControls.js
@@ -424,17 +424,6 @@ var ControlsManager = class {
layout.connect('allocation-changed', this._updateWorkspacesGeometry.bind(this));
Main.overview.connect('showing', this._updateSpacerVisibility.bind(this));
- Main.overview.connect('item-drag-begin', () => {
- let activePage = this.viewSelector.getActivePage();
- if (activePage != ViewSelector.ViewPage.WINDOWS)
- this.viewSelector.fadeHalf();
- });
- Main.overview.connect('item-drag-end', () => {
- this.viewSelector.fadeIn();
- });
- Main.overview.connect('item-drag-cancelled', () => {
- this.viewSelector.fadeIn();
- });
}
_updateWorkspacesGeometry() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]