Revision: 13954
http://sourceforge.net/p/skim-app/code/13954
Author: hofman
Date: 2023-12-21 23:30:34 +0000 (Thu, 21 Dec 2023)
Log Message:
-----------
no need to update label hightlight twice
Modified Paths:
--------------
trunk/SKThumbnailView.m
Modified: trunk/SKThumbnailView.m
===================================================================
--- trunk/SKThumbnailView.m 2023-12-21 23:23:21 UTC (rev 13953)
+++ trunk/SKThumbnailView.m 2023-12-21 23:30:34 UTC (rev 13954)
@@ -247,8 +247,6 @@
thumbnail = newThumbnail;
[thumbnail addObserver:self forKeyPath:IMAGE_KEY
options:NSKeyValueObservingOptionInitial
context:&SKThumbnailViewThumbnailObservationContext];
[thumbnail addObserver:self forKeyPath:LABEL_KEY
options:NSKeyValueObservingOptionInitial
context:&SKThumbnailViewThumbnailObservationContext];
- if ([self isSelected] || [self highlightLevel] > 0)
- [self updateLabelHighlight];
}
}
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