Closed justvanrossum closed 1 year ago
If you open a glyph editor in RoboCJK, then close it, it will never reload the glyph from the server, so any change made by someone else will not be seen.
Scenario:
The source of the problem is here:
https://github.com/BlackFoundryCom/robo-cjk/blob/c4bfb536d5830f9f4ac3073cf3945d284b0b1b1b/sources/models/font.py#L284-L294
The used cache is never cleared.
This got resolved but not in a PR, so it's hard to reference :(
If you open a glyph editor in RoboCJK, then close it, it will never reload the glyph from the server, so any change made by someone else will not be seen.
Scenario: