mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Context menus (#543)
Main usage: `response.context_menu(…)` and `ui.menu_button`
This commit is contained in:
@@ -87,7 +87,6 @@ impl super::View for WindowOptions {
|
||||
anchor,
|
||||
anchor_offset,
|
||||
} = self;
|
||||
|
||||
ui.horizontal(|ui| {
|
||||
ui.label("title:");
|
||||
ui.text_edit_singleline(title);
|
||||
|
||||
Reference in New Issue
Block a user