[gnome-taquin] Fix notifications bug.



commit d67cb0d1b638b6603359a7fd93fdb41cdabd866f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Aug 16 22:03:06 2019 +0200

    Fix notifications bug.

 src/base-view.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/base-view.vala b/src/base-view.vala
index 4cd0066..cc54855 100644
--- a/src/base-view.vala
+++ b/src/base-view.vala
@@ -120,6 +120,7 @@ private class BaseView : Stack, AdaptativeWidget
         notifications_revealer.set_window_size (saved_window_size);
         notifications_revealer.show ();
         notifications_overlay.add_overlay (notifications_revealer);
+        notifications_overlay.set_overlay_pass_through (notifications_revealer, true);
         notifications_revealer_created = true;
     }
 


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