Revision: 15639 http://sourceforge.net/p/skim-app/code/15639 Author: hofman Date: 2025-07-11 14:28:15 +0000 (Fri, 11 Jul 2025) Log Message: ----------- no need to make pdfview first responder before starting edit
Modified Paths: -------------- trunk/SKPDFView.m Modified: trunk/SKPDFView.m =================================================================== --- trunk/SKPDFView.m 2025-07-11 14:26:07 UTC (rev 15638) +++ trunk/SKPDFView.m 2025-07-11 14:28:15 UTC (rev 15639) @@ -2770,7 +2770,6 @@ return; editor = [[SKTextNoteEditor alloc] initWithPDFView:self annotation:currentAnnotation]; - [[self window] makeFirstResponder:self]; [editor startEditingWithEvent:theEvent]; [self updatedAnnotation:currentAnnotation]; 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