Revision: 13917
          http://sourceforge.net/p/skim-app/code/13917
Author:   hofman
Date:     2023-12-18 17:46:00 +0000 (Mon, 18 Dec 2023)
Log Message:
-----------
set list formation for URLs dropped on downloads window

Modified Paths:
--------------
    trunk/SKDownloadController.m

Modified: trunk/SKDownloadController.m
===================================================================
--- trunk/SKDownloadController.m        2023-12-18 17:28:50 UTC (rev 13916)
+++ trunk/SKDownloadController.m        2023-12-18 17:46:00 UTC (rev 13917)
@@ -430,6 +430,7 @@
         }
     }];
     [draggingInfo setNumberOfValidItemsForDrop:validCount];
+    [draggingInfo setDraggingFormation:NSDraggingFormationList];
 }
 
 - (NSDragOperation)tableView:(NSTableView*)tv validateDrop:(id 
<NSDraggingInfo>)info proposedRow:(NSInteger)row 
proposedDropOperation:(NSTableViewDropOperation)op {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to