1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Refactor: remove GuiCmd

This commit is contained in:
Emil Ernerfeldt
2019-03-11 15:59:49 +01:00
parent 87288634e9
commit 192b59ebb0
6 changed files with 153 additions and 254 deletions

View File

@@ -129,7 +129,7 @@ impl App {
}),
});
}
gui.add_graphic(GuiCmd::PaintCommands(cmds));
gui.add_paint_cmds(cmds);
});
gui.foldable("Slider example", |gui| {