ModifyEditorStyle icon indicating copy to clipboard operation
ModifyEditorStyle copied to clipboard

Everything resets on scene change

Open 5argon opened this issue 7 years ago • 0 comments

When double click a scene to load it, all fonts are reset to default but the custom size remains. Currently I patch it by adding a callback that calls the Modify again on scene change. I found that those static that stores the generated fonts were reset to null on editor scene load and so it disconnects all reference to this font, falling back to default font.

5argon avatar Oct 29 '18 05:10 5argon