diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-05-11 07:25:22 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-05-11 07:25:22 +1000 |
| commit | dbb3dbe28d22720639967832cef6f6e8163d472a (patch) | |
| tree | 91edf03db5070f9429602e8c3ab0b94a1225f0ab /cocoa/PlatCocoa.mm | |
| parent | 796d60abaa071e4baa4f047249cb8955071478b0 (diff) | |
| download | scintilla-mirror-dbb3dbe28d22720639967832cef6f6e8163d472a.tar.gz | |
Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".
Diffstat (limited to 'cocoa/PlatCocoa.mm')
| -rw-r--r-- | cocoa/PlatCocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 2b41f476d..9b73b3dcf 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1116,7 +1116,7 @@ void SurfaceImpl::DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION yba CGColorRef color = CGColorCreateGenericRGB(colour.GetRed()/255.0, colour.GetGreen()/255.0, colour.GetBlue()/255.0, 1.0); QuartzTextStyle *style = TextStyleFromFont(font_); - style->setCTStyleColor(color); + style->setCTStyleColour(color); CGColorRelease(color); |
