Revision: 15602 http://sourceforge.net/p/skim-app/code/15602 Author: hofman Date: 2025-07-04 09:36:47 +0000 (Fri, 04 Jul 2025) Log Message: ----------- rermove unnecessary parenthesis
Modified Paths: -------------- trunk/SKPDFView.m Modified: trunk/SKPDFView.m =================================================================== --- trunk/SKPDFView.m 2025-07-03 14:50:28 UTC (rev 15601) +++ trunk/SKPDFView.m 2025-07-04 09:36:47 UTC (rev 15602) @@ -1852,7 +1852,7 @@ } else if ([self doDragTextWithEvent:theEvent] == NO) { [self setCurrentAnnotation:nil]; [super mouseDown:theEvent]; - if ((toolMode == SKToolModeNote && [self canAddNotes] && IS_MARKUP(annotationMode)) && [[self currentSelection] hasCharacters]) { + if (toolMode == SKToolModeNote && [self canAddNotes] && IS_MARKUP(annotationMode) && [[self currentSelection] hasCharacters]) { [self addAnnotationWithType:annotationMode]; [self setCurrentSelection:nil]; } 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