[gnome-shell/wip/exalm/gestures: 6/16] workspacesView: Don't allow	mouse scrolling while animating
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell/wip/exalm/gestures: 6/16] workspacesView: Don't allow	mouse scrolling while animating
- Date: Tue, 12 Nov 2019 12:33:21 +0000 (UTC)
commit c47e5b78840b4c19b3e4f45d58af1c4def39be5c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Oct 16 10:39:48 2019 +0500
    workspacesView: Don't allow mouse scrolling while animating
    
    Prevent uncontrollably fast scrolling.
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1338
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/605
 js/ui/workspacesView.js | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 748a732637..c286098995 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -767,6 +767,9 @@ class WorkspacesDisplay extends St.Widget {
             this._getMonitorIndexForEvent(event) != this._primaryIndex)
             return Clutter.EVENT_PROPAGATE;
 
+        if (this._animatingScroll)
+            return Clutter.EVENT_PROPAGATE;
+
         let workspaceManager = global.workspace_manager;
         let activeWs = workspaceManager.get_active_workspace();
         let ws;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]