|
@@ -3584,7 +3584,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
if (backgroundColor) {
|
|
|
[(CPDFWidgetAnnotation *)newAnnotation setBackgroundColor:backgroundColor];
|
|
|
} else {
|
|
|
- [(CPDFWidgetAnnotation *)newAnnotation setBackgroundColor:[NSColor clearColor]];
|
|
|
+ [(CPDFWidgetAnnotation *)newAnnotation setBackgroundColor:[NSColor grayColor]];
|
|
|
}
|
|
|
|
|
|
NSColor* fontColor = [sud colorForKey:@"SKAnnotationChoiceWidgetFontColorKey"];
|
|
@@ -3606,7 +3606,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
if (backgroundColor) {
|
|
|
[(CPDFWidgetAnnotation *)newAnnotation setBackgroundColor:backgroundColor];
|
|
|
} else {
|
|
|
- [(CPDFWidgetAnnotation *)newAnnotation setBackgroundColor:[NSColor clearColor]];
|
|
|
+ [(CPDFWidgetAnnotation *)newAnnotation setBackgroundColor:[NSColor grayColor]];
|
|
|
}
|
|
|
|
|
|
NSColor* fontColor = [sud colorForKey:@"SKAnnotationChoiceListWidgetFontColorKey"];
|
|
@@ -3655,7 +3655,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
if (backgroundColor) {
|
|
|
[(CPDFWidgetAnnotation *)textWidget setBackgroundColor:backgroundColor];
|
|
|
} else {
|
|
|
- [(CPDFWidgetAnnotation *)textWidget setBackgroundColor:[NSColor whiteColor]];
|
|
|
+ [(CPDFWidgetAnnotation *)textWidget setBackgroundColor:[NSColor grayColor]];
|
|
|
}
|
|
|
|
|
|
NSColor* fontColor = [sud colorForKey:@"SKAnnotationTextWidgetFontColorKey"];
|