[gnome-2048/arnaudb/wip/gtk4: 20/48] Comment more stuff.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048/arnaudb/wip/gtk4: 20/48] Comment more stuff.
- Date: Wed, 29 Jul 2020 15:38:29 +0000 (UTC)
commit d9c20c7bfd5ec726ef38ce81818665f9825e0cf9
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Apr 28 09:04:19 2020 +0200
Comment more stuff.
src/game.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/game.vala b/src/game.vala
index 1595401..fce7232 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -245,8 +245,8 @@ private class Game : Object
RoundedRectangle rect = new RoundedRectangle (x, y, tile_width, tile_height);
// _view_background.add_child (rect.actor);
- rect.canvas.invalidate ();
- rect.actor.show ();
+// rect.canvas.invalidate ();
+// rect.actor.show ();
_background [i, j] = rect;
_foreground_cur [i, j] = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]