Revision: 30057
http://sourceforge.net/p/bibdesk/svn/30057
Author: hofman
Date: 2026-02-25 15:24:02 +0000 (Wed, 25 Feb 2026)
Log Message:
-----------
use local variable
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2026-02-24
23:01:54 UTC (rev 30056)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2026-02-25
15:24:02 UTC (rev 30057)
@@ -2933,7 +2933,7 @@
FVDropOperation dropOp = [_dropHighlightView dropOperation];
if (FVDropBefore == dropOp) {
- insertIndex = [_dropHighlightView dropIndex];
+ insertIndex = dropIndex;
} else if (FVDropAfter == dropOp) {
insertIndex = dropIndex + 1;
} else if (dropIndex == NSNotFound) {
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