Add code to clean up views when resizing. Prevent recursion. Call reload when 'tile' method is called

This commit is contained in:
Gregory John Casamento 2022-10-01 02:55:59 -04:00
parent 2d70c42790
commit a6f83ab00b
2 changed files with 59 additions and 33 deletions

View file

@ -414,6 +414,7 @@ APPKIT_EXPORT_CLASS
IBOutlet id <NSCollectionViewPrefetching> _prefetchDataSource;
BOOL _backgroundViewScrollsWithContent;
BOOL _allowReload;
// Size
NSSize _itemSize;