Fixed bug about the color of the colorPanel

This commit is contained in:
Alexandre Wilhelm
2013-01-10 16:59:50 -08:00
parent 9e845ec580
commit 991e40e089
+1 -1
View File
@@ -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];