mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Constrain demo windows to the space left after the panels (#7785)
This commit is contained in:
@@ -61,5 +61,5 @@ pub trait Demo {
|
||||
fn name(&self) -> &'static str;
|
||||
|
||||
/// Show windows, etc
|
||||
fn show(&mut self, ctx: &egui::Context, open: &mut bool);
|
||||
fn show(&mut self, ui: &mut egui::Ui, open: &mut bool);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user