Skip to content
Snippets Groups Projects
Commit 5ae7b294 authored by George Nachman's avatar George Nachman
Browse files

Make text transient state have a strong reference to the texture map since it...

Make text transient state have a strong reference to the texture map since it might be removed when the window changes size
parent 87352a1d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,7 +14,7 @@ extern "C" {
@interface iTermTextRendererTransientState ()
 
@property (nonatomic, readonly) NSIndexSet *indexes;
@property (nonatomic, weak) iTermTextureMap *textureMap;
@property (nonatomic, strong) iTermTextureMap *textureMap;
- (void)addIndex:(NSInteger)index;
 
@end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment