Skip to content

Commit

Permalink
Make the popup demo nicer and remove old context menu demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Feb 20, 2025
1 parent e3dfe20 commit 58e4c95
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 212 deletions.
94 changes: 0 additions & 94 deletions crates/egui_demo_lib/src/demo/context_menu.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/egui_demo_lib/src/demo/demo_app_windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ impl Default for DemoGroups {
Box::<super::paint_bezier::PaintBezier>::default(),
Box::<super::code_editor::CodeEditor>::default(),
Box::<super::code_example::CodeExample>::default(),
Box::<super::context_menu::ContextMenus>::default(),
Box::<super::dancing_strings::DancingStrings>::default(),
Box::<super::drag_and_drop::DragAndDropDemo>::default(),
Box::<super::extra_viewport::ExtraViewport>::default(),
Expand Down
Loading

0 comments on commit 58e4c95

Please sign in to comment.