[gnome-2048/arnaudb/wip/gtk4: 30/34] Comment things.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048/arnaudb/wip/gtk4: 30/34] Comment things.
- Date: Mon, 13 Jul 2020 15:36:34 +0000 (UTC)
commit 7db1603e1a09abe20ab7e55f2f59607f2236ada1
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 4818cbe..c9886aa 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -451,7 +451,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 ()
@@ -467,7 +467,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]