1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00

Pieces View background is light gray instead of black

This commit is contained in:
Mitchell Livingston 2006-10-13 14:25:50 +00:00
parent 3f90ce42fb
commit c055f25962

View file

@ -50,7 +50,7 @@
fBack = [[NSImage alloc] initWithSize: size]; fBack = [[NSImage alloc] initWithSize: size];
[fBack lockFocus]; [fBack lockFocus];
[[NSColor blackColor] set]; [[NSColor lightGrayColor] set];
[bp fill]; [bp fill];
[fBack unlockFocus]; [fBack unlockFocus];