mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-30 19:11:39 +00:00
font: Collection uses SegmentedList for styles for pointer stability
This commit is contained in:
@@ -167,7 +167,7 @@ fn collection(
|
||||
.metric_modifiers = key.metric_modifiers,
|
||||
};
|
||||
|
||||
var c = try Collection.init(self.alloc);
|
||||
var c = Collection.init();
|
||||
errdefer c.deinit(self.alloc);
|
||||
c.load_options = load_options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user