Skip to content

Commit

Permalink
Test if snapshots fail in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Sep 28, 2024
1 parent 62761d7 commit 5772f6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/egui_demo_lib/src/demo/widget_gallery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ impl crate::Demo for WidgetGallery {

impl crate::View for WidgetGallery {
fn ui(&mut self, ui: &mut egui::Ui) {
ui.visuals_mut().widgets.inactive.rounding = 0.0.into();

let mut ui_builder = egui::UiBuilder::new();
if !self.enabled {
ui_builder = ui_builder.disabled();
Expand Down

0 comments on commit 5772f6b

Please sign in to comment.