Revision: 14081
http://sourceforge.net/p/skim-app/code/14081
Author: hofman
Date: 2024-03-01 00:21:25 +0000 (Fri, 01 Mar 2024)
Log Message:
-----------
call prepareForReuse before reusing a view
Modified Paths:
--------------
trunk/SKOverviewView.m
Modified: trunk/SKOverviewView.m
===================================================================
--- trunk/SKOverviewView.m 2024-03-01 00:13:22 UTC (rev 14080)
+++ trunk/SKOverviewView.m 2024-03-01 00:21:25 UTC (rev 14081)
@@ -112,6 +112,7 @@
if ([[view identifier] isEqualToString:identifier]) {
id newView = view;
[cachedViews removeObject:view];
+ [newView prepareForReuse];
return newView;
}
}
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