mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Add undo/redo demo. (#4811)
* Closes https://github.com/emilk/egui/issues/1713 I almost went to implement my own undo/redo system, and then found the egui undoer. Went to make a small demo to test for myself how it worked, and then found the linked issue. So here is a tweaked version of that :) Co-authored-by: Wybe Westra <w.westra@kwantcontrols.nl>
This commit is contained in:
@@ -32,6 +32,7 @@ pub mod text_edit;
|
||||
pub mod text_layout;
|
||||
pub mod toggle_switch;
|
||||
pub mod tooltips;
|
||||
pub mod undo_redo;
|
||||
pub mod widget_gallery;
|
||||
pub mod window_options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user