mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Rename Context::style to global_style; avoid confusion w/ Ui::style (#7772)
This is important after * https://github.com/emilk/egui/pull/7770
This commit is contained in:
@@ -114,7 +114,7 @@ impl ScrollAppearance {
|
||||
visibility,
|
||||
} = self;
|
||||
|
||||
let mut scroll = ui.ctx().style().spacing.scroll;
|
||||
let mut scroll = ui.global_style().spacing.scroll;
|
||||
|
||||
scroll.ui(ui);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user