Some things don't get updated properly when switching styles #5
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?
Firstly, AttrTexture does not get properly updated. This is particularly bad because in this case the backend still uses a texture that is, almost always, technically closed.
Secondly, minimum sizes don't seem to get invalidated properly until the window is resized.
Thirdly, transparent boxes still have their parent's previous background until they re-draw themselves for some other reason.
AttrTexture and the transparent boxes issue appear to have been solved
The minimum size issue only seems to have to do with switching the icon set: objects.Icon and objects.MimeIcon specifically.