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:
Andrea Gelmini 2024-11-26 11:22:45 +01:00 committed by Julien Nabet
parent 3c94289c22
commit 500e79807d

View file

@ -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.