Revision: 10213
http://sourceforge.net/p/skim-app/code/10213
Author: hofman
Date: 2019-01-07 19:07:51 +0000 (Mon, 07 Jan 2019)
Log Message:
-----------
set activeImage to nil in copy of cell, as NSCell's copying is very buggy
Modified Paths:
--------------
trunk/SKAnnotationTypeImageCell.m
Modified: trunk/SKAnnotationTypeImageCell.m
===================================================================
--- trunk/SKAnnotationTypeImageCell.m 2019-01-04 10:04:21 UTC (rev 10212)
+++ trunk/SKAnnotationTypeImageCell.m 2019-01-07 19:07:51 UTC (rev 10213)
@@ -52,6 +52,7 @@
SKAnnotationTypeImageCell *copy = [super copyWithZone:aZone];
copy->type = [type retain];
copy->active = active;
+ copy->activeImage = nil;
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