[gnome-mines] Focus rectangle should not appear on tiles



commit 5b17a328577b11e218f14ed67b99daba5075da87
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Apr 24 22:10:24 2014 +0300

    Focus rectangle should not appear on tiles

 src/minefield-view.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/minefield-view.vala b/src/minefield-view.vala
index 440af58..4b4ecf1 100644
--- a/src/minefield-view.vala
+++ b/src/minefield-view.vala
@@ -111,7 +111,7 @@ private class Tile : Gtk.Button
     {
         _row = prow;
         _column = pcol;
-        can_focus = true;
+        can_focus = false;
         add_class ("tile");
         enter_notify_event.connect ( (event) =>
         {


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