diff --git a/egui/src/context.rs b/egui/src/context.rs index 3884f840..0c92625d 100644 --- a/egui/src/context.rs +++ b/egui/src/context.rs @@ -452,17 +452,27 @@ impl Context { self.memory().options.font_definitions = font_definitions; } - /// The [`Style`] used by all new windows, panels etc. + /// The [`Style`] used by all subsequent windows, panels etc. pub fn style(&self) -> Arc