Added more TODOs.
This commit is contained in:
parent
cdd535cc71
commit
a6188ec490
1
grid.go
1
grid.go
|
@ -99,6 +99,7 @@ func (g *Grid) SetStretchy(row int, column int) {
|
||||||
}
|
}
|
||||||
g.stretchyrow = row
|
g.stretchyrow = row
|
||||||
g.stretchycol = column
|
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
|
g.filling[row][column] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue