Skip to content

Commit

Permalink
Fix merge field fill_color
Browse files Browse the repository at this point in the history
  • Loading branch information
haricot committed Mar 27, 2024
1 parent 8ea9277 commit aa5c897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/egui_plot/src/items/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ pub struct Polygon {
pub(super) name: String,
pub(super) highlight: bool,
pub(super) allow_hover: bool,
pub(super) fill_alpha: f32,
pub(super) fill_color: Option<Color32>,
pub(super) style: LineStyle,
id: Option<Id>,
Expand All @@ -634,7 +633,6 @@ impl Polygon {
name: Default::default(),
highlight: false,
allow_hover: true,
fill_alpha: DEFAULT_FILL_ALPHA,
fill_color: None,
style: LineStyle::Solid,
id: None,
Expand Down

0 comments on commit aa5c897

Please sign in to comment.