Skip to content

Commit

Permalink
Plot minor pub modificator
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
enomado and emilk authored May 11, 2022
1 parent 427a608 commit fcc59b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui/src/widgets/plot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const MIN_LINE_SPACING_IN_POINTS: f64 = 6.0; // TODO: large enough for a wide la

#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
#[derive(Clone)]
pub struct AutoBounds {
struct AutoBounds {
x: bool,
y: bool,
}
Expand Down

0 comments on commit fcc59b6

Please sign in to comment.