Revision: 13487
http://sourceforge.net/p/skim-app/code/13487
Author: hofman
Date: 2023-06-18 18:50:51 +0000 (Sun, 18 Jun 2023)
Log Message:
-----------
always cache mark view
Modified Paths:
--------------
trunk/SKOverviewView.m
Modified: trunk/SKOverviewView.m
===================================================================
--- trunk/SKOverviewView.m 2023-06-16 15:10:22 UTC (rev 13486)
+++ trunk/SKOverviewView.m 2023-06-18 18:50:51 UTC (rev 13487)
@@ -127,7 +127,7 @@
- (void)cacheView:(id)view {
if (cachedViews == nil)
cachedViews = [[NSMutableArray alloc] init];
- if ([cachedViews count] < 20)
+ if ([cachedViews count] < 20 || [[view identifier]
isEqualToString:@"highlight"] == NO)
[cachedViews addObject:view];
}
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