mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:40:38 +00:00
Add code to clean up views when resizing. Prevent recursion. Call reload when 'tile' method is called
This commit is contained in:
parent
2d70c42790
commit
a6f83ab00b
2 changed files with 59 additions and 33 deletions
|
@ -414,6 +414,7 @@ APPKIT_EXPORT_CLASS
|
|||
IBOutlet id <NSCollectionViewPrefetching> _prefetchDataSource;
|
||||
|
||||
BOOL _backgroundViewScrollsWithContent;
|
||||
BOOL _allowReload;
|
||||
|
||||
// Size
|
||||
NSSize _itemSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue