mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
code cleanup: use Trait as _;
This commit is contained in:
@@ -397,7 +397,7 @@ impl super::Demo for PlotDemo {
|
||||
}
|
||||
|
||||
fn show(&mut self, ctx: &CtxRef, open: &mut bool) {
|
||||
use super::View;
|
||||
use super::View as _;
|
||||
Window::new(self.name())
|
||||
.open(open)
|
||||
.default_size(vec2(400.0, 400.0))
|
||||
|
||||
Reference in New Issue
Block a user