[gnome-2048/arnaudb/wip/gtk4: 39/57] Comment things.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048/arnaudb/wip/gtk4: 39/57] Comment things.
- Date: Mon, 28 Sep 2020 14:35:55 +0000 (UTC)
commit 0673d506762bad6167efd9f6a6ce9073478cf5de
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Jul 13 17:03:23 2020 +0200
Comment things.
src/game.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/game.vala b/src/game.vala
index 9d63193..67c2c29 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -454,7 +454,7 @@ private class Game : Gtk.Widget
private void _clear_background ()
{
- _background_grid.@foreach ((widget) => widget.destroy ());
+// _background_grid.@foreach ((widget) => widget.destroy ());
}
private void _clear_foreground ()
@@ -470,7 +470,7 @@ private class Game : Gtk.Widget
float tile_width = canvas_width / cols;
float tile_height = canvas_height / rows;
- _foreground_grid.@foreach ((widget) => widget.destroy ());
+// _foreground_grid.@foreach ((widget) => widget.destroy ());
for (uint8 i = 0; i < rows; i++)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]