Revision: 29161 http://sourceforge.net/p/bibdesk/svn/29161 Author: hofman Date: 2025-04-21 15:22:02 +0000 (Mon, 21 Apr 2025) Log Message: ----------- don't use fast drawing for drag image
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-21 15:20:59 UTC (rev 29160) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-21 15:22:02 UTC (rev 29161) @@ -2442,7 +2442,7 @@ // we should use the fast path when scrolling at small sizes; PDF sucks in that case... - BOOL useFastDrawingPath = (isResizing || ([self _isFastScrolling] && _iconSize.height <= 256)); + BOOL useFastDrawingPath = (isResizing || (drawView && [self _isFastScrolling] && _iconSize.height <= 256)); // redraw at high quality after scrolling if (useFastDrawingPath && NO == _fvFlags.scheduledEndFastScroling && [self _isFastScrolling]) { 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