1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

update test and custom engine

This commit is contained in:
adrien
2026-06-26 07:48:40 +02:00
parent ee23a6e9e9
commit 363564eefa
3 changed files with 10 additions and 13 deletions

View File

@@ -2056,7 +2056,7 @@ impl Context {
}
/// Compute the [`WidgetStyle`] using the registered theme.
pub(crate) fn get_widget_style<S: WidgetStyle + Clone + 'static>(
pub fn get_widget_style<S: WidgetStyle + Clone + 'static>(
&self,
classes: &Classes,
state: WidgetState,