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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user