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