examples
examples copied to clipboard
Flickering caused by activating `AUTO_SIZE` option in the `raylib microui demo`
In the raylib microui demo, activating the AUTO_SIZE option causes flickering of the UI window, probably also in the other microui demos. I simply expanded Window Options and activated the respective checkbox without touching anything else.
Operating System & Odin Version:
Odin: dev-2024-10:55ff1769d
OS: Ubuntu 22.04.5 LTS, Linux 6.8.0-45-generic
CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
RAM: 15755 MiB
Backend: LLVM 18.1.8
This also happens on the upstream microui, afaik auto size only works in specific cases.
Sounds like a bug in microUI. Put a report in the Odin repository (for the Odin port). If it also happens in the C version, then perhaps that's where the bug report needs to go first.