Fix typo
Change-Id: Ia1395f64bdc649f8e0f450b9173d302efa058c9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177326 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
parent
3c94289c22
commit
500e79807d
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ static void drawBox(CGContextRef context, const NSRect& rc, NSColor* pColor)
|
|||
|
||||
// Related tdf#163945: Set fill color to NSColorTypeComponentBased color type
|
||||
// Many system colors have the NSColorTypeCatalog color type. For
|
||||
// some unkown reason, setting the NSBox's fill color to a color set
|
||||
// some unknown reason, setting the NSBox's fill color to a color set
|
||||
// to NSColorTypeCatalog causes drawing to take at least twice as long
|
||||
// as when the fill color is set to NSColorTypeComponentBased. So,
|
||||
// only draw with a fill color set to NSColorTypeComponentBased.
|
||||
|
|
Loading…
Reference in a new issue