e.g: Windows 11, possibly Linux/Mac, since Gupaxx v1.4.2
Bug
Possibly the cause: Gupaxx was setting custom style for his visual. But if the OS ignore this theme and force his, code that calls specific object in the custom style will get nowhere and panic since a new style is set. Apparently on Windows (not all system ?), it changes the style just after starting which leads to a crash without the window even showing.
This happens upgrading egui to 0.29
The solution is to make the style apply not only to the current one but to all.
OS & Version:
e.g: Windows 11, possibly Linux/Mac, since Gupaxx v1.4.2
Bug
Possibly the cause: Gupaxx was setting custom style for his visual. But if the OS ignore this theme and force his, code that calls specific object in the custom style will get nowhere and panic since a new style is set. Apparently on Windows (not all system ?), it changes the style just after starting which leads to a crash without the window even showing.
This happens upgrading egui to 0.29
The solution is to make the style apply not only to the current one but to all.