Revision: 13929
http://sourceforge.net/p/skim-app/code/13929
Author: hofman
Date: 2023-12-19 15:30:44 +0000 (Tue, 19 Dec 2023)
Log Message:
-----------
stack multiple drag images
Modified Paths:
--------------
trunk/SKThumbnailView.m
Modified: trunk/SKThumbnailView.m
===================================================================
--- trunk/SKThumbnailView.m 2023-12-19 10:17:47 UTC (rev 13928)
+++ trunk/SKThumbnailView.m 2023-12-19 15:30:44 UTC (rev 13929)
@@ -477,7 +477,7 @@
}
NSDraggingSession *session = [self
beginDraggingSessionWithItems:dragItems event:theEvent source:self];
- [session setDraggingFormation:NSDraggingFormationPile];
+ [session setDraggingFormation:NSDraggingFormationStack];
}
} else {
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