summaryrefslogtreecommitdiff
path: root/grid.go
diff options
context:
space:
mode:
Diffstat (limited to 'grid.go')
-rw-r--r--grid.go1
1 files changed, 1 insertions, 0 deletions
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
}