Revision: 29159
http://sourceforge.net/p/bibdesk/svn/29159
Author: hofman
Date: 2025-04-21 15:19:27 +0000 (Mon, 21 Apr 2025)
Log Message:
-----------
invert boolean
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:01:40 UTC (rev 29158)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-21
15:19:27 UTC (rev 29159)
@@ -2415,7 +2415,7 @@
- (void)_drawIconsInRows:(NSRange)rows columns:(NSRange)columns
drawOption:(NSUInteger)drawOption
{
- BOOL drawView = (drawOption & FVDrawSelected) != 0;
+ BOOL drawView = (drawOption & FVDrawSelected) == 0;
BOOL isResizing = drawView && ([self inLiveResize] ||
_fvFlags.isRescaling);
BOOL isSmallIcon = _iconSize.height <= 256;
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