From a6188ec490f125b9eb6e6ac50637e898381c2522 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Mar 2014 17:38:31 -0400 Subject: [PATCH] Added more TODOs. --- grid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/grid.go b/grid.go index 8cdc7a3..7da5e58 100644 --- a/grid.go +++ b/grid.go @@ -99,6 +99,7 @@ func (g *Grid) SetStretchy(row int, column int) { } g.stretchyrow = row g.stretchycol = column + // TODO if a stretchy row/column already exists, its filling value will not be reverted if necessary g.filling[row][column] = true }