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];