[gnome-mines/arnaudb/wip/gtk4: 32/36] Fix playing with keyboard.



commit 29fb35a5be6f97936d19902fc6b759637c839d67
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Apr 16 15:45:48 2020 +0200

    Fix playing with keyboard.

 src/tile.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/tile.vala b/src/tile.vala
index 690e42c..82151c4 100644
--- a/src/tile.vala
+++ b/src/tile.vala
@@ -18,7 +18,6 @@ public class Tile : Gtk.Button
 
     construct
     {
-        can_focus = false;
         add_css_class ("tile");
 
         _gesture = new Gtk.GestureLongPress ();


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