[iagno/arnaudb/wip/gtk4: 8/54] Comment overlay property.



commit 221a878f456580a6487360143eadfa226ba18165
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Feb 14 05:22:55 2020 +0100

    Comment overlay property.
    
    FIXME not replaced for now?

 src/base-view.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/base-view.vala b/src/base-view.vala
index af884df..09604dc 100644
--- a/src/base-view.vala
+++ b/src/base-view.vala
@@ -120,7 +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_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]