[iagno] Fix notifications bug.



commit 9e57540529d7feba0a3059930f55be028f704fed
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Aug 16 22:00: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 0d00233..af884df 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]