mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 01:28:54 +00:00
327f599407
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