diff --git a/Source/NSColorWell.m b/Source/NSColorWell.m index 78a9c67d8..73bfc58b5 100644 --- a/Source/NSColorWell.m +++ b/Source/NSColorWell.m @@ -107,7 +107,7 @@ { if (NSIsEmptyRect(insideRect)) return; - [the_color drawSwatchInRect insideRect]; + [the_color drawSwatchInRect: insideRect]; } //