[gnome-tetravex/arnaudb/wip/gtk4: 45/60] Comment overlay property.




commit 2d2af78eb011ac57584ddfb1a249ce44d64a0788
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Feb 21 04:33:01 2020 +0100

    Comment overlay property.

 src/gnome-tetravex.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-tetravex.vala b/src/gnome-tetravex.vala
index 2b4dff0..a1bfc84 100644
--- a/src/gnome-tetravex.vala
+++ b/src/gnome-tetravex.vala
@@ -395,7 +395,7 @@ private class Tetravex : Gtk.Application
 
         score_overlay = new ScoreOverlay ();
         overlay.add_overlay (score_overlay);
-        overlay.set_overlay_pass_through (score_overlay, true);
+//        overlay.set_overlay_pass_through (score_overlay, true);
 
         view.bind_property ("boardsize",        score_overlay,  "boardsize",        BindingFlags.DEFAULT | 
BindingFlags.SYNC_CREATE);
         view.bind_property ("x-offset-right",   score_overlay,  "margin-left",      BindingFlags.DEFAULT | 
BindingFlags.SYNC_CREATE);


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