[swell-foop/arnaudb/wip/gtk4: 16/30] Fix ghost tiles.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop/arnaudb/wip/gtk4: 16/30] Fix ghost tiles.
- Date: Sat, 26 Sep 2020 10:19:31 +0000 (UTC)
commit 4ac608b1d9cd760cf8afa47ed989792e68848fb1
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu May 21 13:09:19 2020 +0200
Fix ghost tiles.
src/game-view.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 7f4c6be..146240b 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -202,7 +202,7 @@ private class Board : Widget
tiles[x, y] = null;
SignalHandler.disconnect_matched (tile, SignalMatchType.DATA, 0, 0, null, null, this);
- tile.destroy ();
+ tile.unparent ();
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]