Revision: 12180
          http://sourceforge.net/p/skim-app/code/12180
Author:   hofman
Date:     2021-03-08 18:55:43 +0000 (Mon, 08 Mar 2021)
Log Message:
-----------
don't add tracking area

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

Modified: trunk/SKColorSwatch.m
===================================================================
--- trunk/SKColorSwatch.m       2021-03-08 18:54:44 UTC (rev 12179)
+++ trunk/SKColorSwatch.m       2021-03-08 18:55:43 UTC (rev 12180)
@@ -847,7 +847,6 @@
         [cell setSegmentStyle:NSSegmentStyleTexturedSquare];
         [cell setWidth:fmax(0.0, NSWidth(frameRect) - BACKGROUND_WIDTH_OFFSET) 
forSegment:0];
         [self setCell:cell];
-        [self addTrackingArea:[[[NSTrackingArea alloc] initWithRect:[self 
bounds] options:NSTrackingMouseEnteredAndExited | NSTrackingActiveInActiveApp | 
NSTrackingInVisibleRect owner:self userInfo:nil] autorelease]];
     }
     return self;
 }

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