aboutsummaryrefslogtreecommitdiff
path: root/osx.m
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-01-24 10:50:17 +0000
committerSimon Tatham <anakin@pobox.com>2005-01-24 10:50:17 +0000
commitd8eb0de7c2210070adcf085e968658cbd00958d6 (patch)
treef8c6a804f78dd4cbaac33d9b8c945c7eb578715a /osx.m
parentdf155680f240813e60c11d311cd647ff46280909 (diff)
downloadpuzzles-d8eb0de7c2210070adcf085e968658cbd00958d6.zip
puzzles-d8eb0de7c2210070adcf085e968658cbd00958d6.tar.gz
puzzles-d8eb0de7c2210070adcf085e968658cbd00958d6.tar.bz2
puzzles-d8eb0de7c2210070adcf085e968658cbd00958d6.tar.xz
The main grid outline in Pattern was asymmetric between the top/left
edges and the bottom/right ones. Fix it. (Also remove it from the todo list in osx.m, where I had entered it in the assumption that it was a bug in my new OS X port! Turns out it's an entirely platform- independent bug.) [originally from svn r5187]
Diffstat (limited to 'osx.m')
-rw-r--r--osx.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/osx.m b/osx.m
index e0a35b4..d5fab20 100644
--- a/osx.m
+++ b/osx.m
@@ -8,9 +8,6 @@
* think help is HTML round here anyway so perhaps we can work
* with what we already have.
*
- * - Why are the right and bottom edges of the Pattern grid one
- * pixel thinner than they should be?
- *
* Mac interface issues that possibly could be done better:
*
* - is there a better approach to frontend_default_colour?