mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:00:48 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af31f6eafd
commit
ce7ebf5f45
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
{
|
||||
if (NSIsEmptyRect(insideRect))
|
||||
return;
|
||||
[the_color drawSwatchInRect insideRect];
|
||||
[the_color drawSwatchInRect: insideRect];
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue