Revision: 24260
          http://sourceforge.net/p/bibdesk/svn/24260
Author:   hofman
Date:     2019-09-30 14:17:36 +0000 (Mon, 30 Sep 2019)
Log Message:
-----------
enable tracking rect for color label well during mouse drag

Modified Paths:
--------------
    trunk/bibdesk/BDSKColorLabelWell.m

Modified: trunk/bibdesk/BDSKColorLabelWell.m
===================================================================
--- trunk/bibdesk/BDSKColorLabelWell.m  2019-09-30 13:36:00 UTC (rev 24259)
+++ trunk/bibdesk/BDSKColorLabelWell.m  2019-09-30 14:17:36 UTC (rev 24260)
@@ -101,7 +101,7 @@
 - (void)addTrackingAreas {
     NSMutableArray *areas = [NSMutableArray array];
     NSUInteger i;
-    NSTrackingAreaOptions options = NSTrackingMouseEnteredAndExited | 
NSTrackingActiveInKeyWindow;
+    NSTrackingAreaOptions options = NSTrackingMouseEnteredAndExited | 
NSTrackingActiveInKeyWindow | NSTrackingEnabledDuringMouseDrag;
     for (i = 0; i < 9; i++) {
         NSRect rect = [matrix cellFrameAtRow:0 column:i];
         NSTrackingArea *area = [[NSTrackingArea alloc] initWithRect:rect 
options:options owner:self userInfo:nil];

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

Reply via email to