[gnome-shell/wip/fmuellner/notification-redux+sass: 147/207] messageTray: Horrible horrible workaround for hover issue



commit 1f574a4bb72b58c7deedd3c29b3cf80f8aba4d1a
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 1807a56..75444c6 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]