Revision: 15075
          http://sourceforge.net/p/skim-app/code/15075
Author:   hofman
Date:     2025-04-03 15:58:07 +0000 (Thu, 03 Apr 2025)
Log Message:
-----------
Don't declare NSDraggingDestination as NSView already does that

Modified Paths:
--------------
    trunk/SKColorSwatch.h
    trunk/SKFontWell.h
    trunk/SKLineWell.h

Modified: trunk/SKColorSwatch.h
===================================================================
--- trunk/SKColorSwatch.h       2025-04-03 14:55:48 UTC (rev 15074)
+++ trunk/SKColorSwatch.h       2025-04-03 15:58:07 UTC (rev 15075)
@@ -42,7 +42,7 @@
 
 @class SKColorSwatchItemView;
 
-@interface SKColorSwatch : NSControl <NSDraggingSource, NSDraggingDestination, 
NSAccessibilityGroup> {
+@interface SKColorSwatch : NSControl <NSDraggingSource, NSAccessibilityGroup> {
     NSMutableArray<SKColorSwatchItemView *> *itemViews;
     NSControl *backgroundView;
     CGFloat bezelWidth;

Modified: trunk/SKFontWell.h
===================================================================
--- trunk/SKFontWell.h  2025-04-03 14:55:48 UTC (rev 15074)
+++ trunk/SKFontWell.h  2025-04-03 15:58:07 UTC (rev 15075)
@@ -40,7 +40,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-@interface SKFontWell : NSButton <NSDraggingSource, NSDraggingDestination> {
+@interface SKFontWell : NSButton <NSDraggingSource> {
     id target;
     SEL action;
     NSString *updatedBinding;

Modified: trunk/SKLineWell.h
===================================================================
--- trunk/SKLineWell.h  2025-04-03 14:55:48 UTC (rev 15074)
+++ trunk/SKLineWell.h  2025-04-03 15:58:07 UTC (rev 15075)
@@ -56,7 +56,7 @@
     SKLineWellDisplayStyleOval
 };
 
-@interface SKLineWell : NSControl <NSDraggingSource, NSDraggingDestination, 
NSAccessibilityButton> {
+@interface SKLineWell : NSControl <NSDraggingSource, NSAccessibilityButton> {
     CGFloat lineWidth;
     PDFBorderStyle style;
     NSArray<NSNumber *> *dashPattern;

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to