bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 152 forks source link

Using some hacky, imperfect behavior for slider undo / redo in Gaia. #686

Closed bryanedds closed 1 day ago

bryanedds commented 7 months ago

There are some other workarounds here -

https://github.com/ocornut/imgui/issues/1875

...but since we don't have access to internals via the .NET wrapper, I've only managed to put in some partial fixes in place here.

Hopefully we'll see some official support for the whole class of related issues soon.

bryanedds commented 1 day ago

Behavior fixed, so closing.