diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-11 17:38:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-11 17:38:31 -0400 |
| commit | a6188ec490f125b9eb6e6ac50637e898381c2522 (patch) | |
| tree | 9569f2221bfdc8e946ca7c707c89d1216994d58f /grid.go | |
| parent | cdd535cc717201bb9814e798b86efe65b326dd98 (diff) | |
Added more TODOs.
Diffstat (limited to 'grid.go')
| -rw-r--r-- | grid.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
