AaronCoplan / MazeSolver

Program that generates mazes, solves them, has printing capabilities, and can read an image of a maze and solve it.
MIT License
0 stars 1 forks source link

Erase maze window when drawing a new maze. #8

Closed AaronCoplan closed 8 years ago

AaronCoplan commented 8 years ago

Currently, it leaves the old maze painted and attempts to paint over it. This causes an issue when it paints a maze of smaller size because you can still see the original maze around the borders of the smaller, newly drawn maze.

AaronCoplan commented 8 years ago

Appears to be resolved. Will reopen if the problem returns / persists.