mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Better naming
This commit is contained in:
@@ -41,7 +41,7 @@ impl FractalClock {
|
||||
|
||||
let painter = Painter::new(
|
||||
ui.ctx().clone(),
|
||||
ui.layer_id(),
|
||||
ui.area_layer_id(),
|
||||
ui.available_rect_before_wrap(),
|
||||
);
|
||||
self.paint(&painter);
|
||||
|
||||
Reference in New Issue
Block a user