Skip to content

Commit

Permalink
disable setting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
untbu committed Jan 7, 2024
1 parent e4d9940 commit 312e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ impl Default for Style {
#[cfg(debug_assertions)]
debug: Default::default(),
explanation_tooltips: false,
always_scroll_the_only_direction: true,
always_scroll_the_only_direction: false,
}
}
}
Expand Down

0 comments on commit 312e224

Please sign in to comment.