From 991e40e08912bc0cf1194e71083d70dbe383586e Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Thu, 10 Jan 2013 16:59:50 -0800 Subject: [PATCH] Fixed bug about the color of the colorPanel --- AppKit/CPColorPanel.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPColorPanel.j b/AppKit/CPColorPanel.j index 25ee0ddda..d29bc8a57 100644 --- a/AppKit/CPColorPanel.j +++ b/AppKit/CPColorPanel.j @@ -123,7 +123,7 @@ CPColorPickerViewHeight = 370; if (self) { - [[self contentView] setBackgroundColor:[CPColor colorWithWhite:0.95 alpha:1.0]]; + //[[self contentView] setBackgroundColor:[CPColor colorWithWhite:0.95 alpha:1.0]]; [self setTitle:@"Color Panel"]; [self setLevel:CPFloatingWindowLevel];