Revision: 29186 http://sourceforge.net/p/bibdesk/svn/29186 Author: hofman Date: 2025-04-24 14:51:36 +0000 (Thu, 24 Apr 2025) Log Message: ----------- hide arrows when dragging
Modified Paths: -------------- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-24 14:10:30 UTC (rev 29185) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-24 14:51:36 UTC (rev 29186) @@ -3438,6 +3438,8 @@ // Finder will create weblocs for us unless schemes are mixed (gives a stupid file busy error message) [self dragSelectionForEvent:event]; + + [self _hideArrows]; } else { [super mouseDragged:event]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit