[Bibdesk-commit] SF.net SVN: bibdesk:[24854] trunk/bibdesk_vendorsrc/amaxwell/FileView/ FVFileView.m

2020-06-21 Thread hofman--- via Bibdesk-commit
Revision: 24854
  http://sourceforge.net/p/bibdesk/svn/24854
Author:   hofman
Date: 2020-06-21 14:26:46 + (Sun, 21 Jun 2020)
Log Message:
---
don't draw highlight for drag images

Modified Paths:
--
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m  2020-06-21 
06:30:11 UTC (rev 24853)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m  2020-06-21 
14:26:46 UTC (rev 24854)
@@ -2382,7 +2382,7 @@
 if (willDrawIcon) {
 
 // draw highlight, then draw icon over it, as Finder does
-if ((FVDrawHighlight | drawOption) && [_selectionIndexes 
containsIndex:i])
+if ((FVDrawHighlight & drawOption) && [_selectionIndexes 
containsIndex:i])
 [self _drawHighlightInRect:NSInsetRect(fileRect, 
HIGHLIGHT_INSET, HIGHLIGHT_INSET) inContext:cgContext];
 
 if ((FVDrawIcon & drawOption)) {

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


[Bibdesk-commit] SF.net SVN: bibdesk:[24855] trunk/bibdesk/Bibdesk.xcodeproj/ project.pbxproj

2020-06-21 Thread amaxwell--- via Bibdesk-commit
Revision: 24855
  http://sourceforge.net/p/bibdesk/svn/24855
Author:   amaxwell
Date: 2020-06-22 06:30:11 + (Mon, 22 Jun 2020)
Log Message:
---
Change version to 5277

Modified Paths:
--
trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj

Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
===
--- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2020-06-21 14:26:46 UTC 
(rev 24854)
+++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2020-06-22 06:30:11 UTC 
(rev 24855)
@@ -5406,7 +5406,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = CE17EE7E0E24F27400DE06EA 
/* BibDesk-App.xcconfig */;
buildSettings = {
-   CURRENT_PROJECT_VERSION = 5276;
+   CURRENT_PROJECT_VERSION = 5277;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@@ -5415,7 +5415,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = CE17EE7E0E24F27400DE06EA 
/* BibDesk-App.xcconfig */;
buildSettings = {
-   CURRENT_PROJECT_VERSION = 5276;
+   CURRENT_PROJECT_VERSION = 5277;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;

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