examples icon indicating copy to clipboard operation
examples copied to clipboard

Flickering caused by activating `AUTO_SIZE` option in the `raylib microui demo`

Open mtarik34b opened this issue 1 year ago • 1 comments

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

mtarik34b avatar Oct 13 '24 18:10 mtarik34b

This also happens on the upstream microui, afaik auto size only works in specific cases.

laytan avatar Oct 13 '24 18:10 laytan

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.

karl-zylinski avatar Oct 13 '25 18:10 karl-zylinski