As a user, I want to resize the grid while keeping my cells as they are. #56
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the grid, when it is resized in
Simulation
, will be re-created from scratch.What it should do instead is change the internal width and length of the grid to fit the new dimensions, while transposing the cells from the old structure to the new.