From c055f2596299574896bfab2137122d9aa3bce140 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 13 Oct 2006 14:25:50 +0000 Subject: [PATCH] Pieces View background is light gray instead of black --- macosx/PiecesView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/PiecesView.m b/macosx/PiecesView.m index 8f69e9c4f..68bc989c0 100644 --- a/macosx/PiecesView.m +++ b/macosx/PiecesView.m @@ -50,7 +50,7 @@ fBack = [[NSImage alloc] initWithSize: size]; [fBack lockFocus]; - [[NSColor blackColor] set]; + [[NSColor lightGrayColor] set]; [bp fill]; [fBack unlockFocus];