Revision: 10214
          http://sourceforge.net/p/skim-app/code/10214
Author:   hofman
Date:     2019-01-07 19:16:44 +0000 (Mon, 07 Jan 2019)
Log Message:
-----------
copy the active state image when copying the cell

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

Modified: trunk/SKAnnotationTypeImageCell.m
===================================================================
--- trunk/SKAnnotationTypeImageCell.m   2019-01-07 19:07:51 UTC (rev 10213)
+++ trunk/SKAnnotationTypeImageCell.m   2019-01-07 19:16:44 UTC (rev 10214)
@@ -52,7 +52,7 @@
     SKAnnotationTypeImageCell *copy = [super copyWithZone:aZone];
     copy->type = [type retain];
     copy->active = active;
-    copy->activeImage = nil;
+    copy->activeImage = [activeImage retain];
     return copy;
 }
 

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