Revision: 12684 http://sourceforge.net/p/skim-app/code/12684 Author: hofman Date: 2022-01-04 23:41:09 +0000 (Tue, 04 Jan 2022) Log Message: ----------- Rename method
Modified Paths: -------------- trunk/SKPDFView.m Modified: trunk/SKPDFView.m =================================================================== --- trunk/SKPDFView.m 2022-01-04 23:21:08 UTC (rev 12683) +++ trunk/SKPDFView.m 2022-01-04 23:41:09 UTC (rev 12684) @@ -438,7 +438,7 @@ #pragma mark Drawing -- (BOOL)drawActiveResizeHandles { +- (BOOL)drawsActiveSelections { if (RUNNING_AFTER(10_14)) return pdfvFlags.inKeyWindow; else if (RUNNING_AFTER(10_11)) @@ -470,7 +470,7 @@ CGColorRelease(color); CGContextFillRect(context, NSRectToCGRect(rect)); } - SKDrawResizeHandles(context, rect, lineWidth, NO, [self drawActiveResizeHandles]); + SKDrawResizeHandles(context, rect, lineWidth, NO, [self drawsActiveSelections]); } } @@ -487,7 +487,7 @@ } if ([[annotation page] isEqual:pdfPage]) - [annotation drawSelectionHighlightForView:self inContext:context active:[self drawActiveResizeHandles]]; + [annotation drawSelectionHighlightForView:self inContext:context active:[self drawsActiveSelections]]; [self drawSelectionForPage:pdfPage inContext:context]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit