Revision: 29157
http://sourceforge.net/p/bibdesk/svn/29157
Author: hofman
Date: 2025-04-21 15:00:31 +0000 (Mon, 21 Apr 2025)
Log Message:
-----------
do drraw default quality for drag image for small icons
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
14:59:16 UTC (rev 29156)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-21
15:00:31 UTC (rev 29157)
@@ -2417,7 +2417,7 @@
{
BOOL drawView = (drawOption & FVDrawSelected) != 0;
BOOL isResizing = drawView && ([self inLiveResize] ||
_fvFlags.isRescaling);
- BOOL isSmallIcon = drawView && _iconSize.height <= 256;
+ BOOL isSmallIcon = _iconSize.height <= 256;
NSUInteger r, rMin = rows.location, rMax = NSMaxRange(rows);
NSUInteger c, cMin = columns.location, cMax = NSMaxRange(columns);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit