mrichards42 / xword

Cross-platform crossword solving
https://mrichards42.github.io/xword/
GNU General Public License v3.0
42 stars 13 forks source link

Fix crash in nextblank with void cells. #194

Closed jpd236 closed 1 year ago

jpd236 commented 1 year ago

nextblank logic needs to skip void cells, since it is impossible to set focus on such cells. So we only include "white" cells (where user input is possible).

Fixes #190

mrichards42 commented 1 year ago

Makes sense!