[gnome-shell/wip/fmuellner/notification-redux: 66/88] messageTray: Horrible horrible workaround for hover issue



commit 510331ea356e3d616642f12f0e0c89ccdfc0beb2
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 13 21:12:53 2015 +0100

    messageTray: Horrible horrible workaround for hover issue

 js/ui/messageTray.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index 005cc21..2e9b5a9 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1404,6 +1404,7 @@ const MessageTray = new Lang.Class({
     },
 
     _onNotificationHoverChanged: function() {
+        global.sync_pointer();
         if (this._notificationBin.hover == this._notificationHovered)
             return;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]