mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
This feels awful, @emilk why does this have to be an Arc? Should the Arc be replaced with a new one when set_undoer is called, or should it just replace the undoer inside the Arc? Closes #3436