Texture leak in palette editor #83
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#83
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hit F3 to see the Textures count and open the palette editor.
Each time you click on the Tex drop-down and pick a new texture, about 4 textures leak.
Ideally the pkg/pattern/ is supposed to cache
*ui.Image
s one time each for the textures but it somehow leaks. May be inSelectBox.SetImage()
somewhere in the UI toolkit.