mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Add option to show a callstack to the widget under the mouse (#3391)
This commit is contained in:
@@ -243,7 +243,6 @@ impl DemoWindows {
|
||||
.resizable(false)
|
||||
.default_width(150.0)
|
||||
.show(ctx, |ui| {
|
||||
egui::trace!(ui);
|
||||
ui.vertical_centered(|ui| {
|
||||
ui.heading("✒ egui demos");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user