chiark / gitweb /
Pattern's display was broken for non-square puzzles, because
authorSimon Tatham <anakin@pobox.com>
Wed, 9 Jan 2013 08:04:24 +0000 (08:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 9 Jan 2013 08:04:24 +0000 (08:04 +0000)
commitd1ffb55d264fe082d01cf1520fa84f3415565492
tree115745f4af2d460e33b2306b910799e674cedf65
parent261a784d1ebbbaff5123c6cfc4b64c3dbe6a2046
Pattern's display was broken for non-square puzzles, because
draw_numbers() was considerably confused between the width of the clue
border at the left and the height of the clue border at the top.
Unconfuse it (I think).

[originally from svn r9737]
pattern.c