[gnome-mines/arnaudb/wip/gtk4: 23/40] Fix a small thing.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines/arnaudb/wip/gtk4: 23/40] Fix a small thing.
- Date: Mon, 14 Sep 2020 16:00:28 +0000 (UTC)
commit 9d5e08148a223e6d3c2493923cff89268b2be8d4
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Apr 14 18:32:58 2020 +0200
Fix a small thing.
src/gnome-mines.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index 5e5bd0c..2bbd56e 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -646,7 +646,7 @@ public class Mines : Gtk.Application
private void start_game ()
{
window_skip_configure = true;
- minefield_view.has_focus = true;
+ minefield_view.grab_focus ();
repeat_size_action.set_enabled (false);
play_pause_label.label = _("_Pause");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]