Skip to content

Commit

Permalink
Merge pull request #47 from ryonakano/bugfix/initialize-values
Browse files Browse the repository at this point in the history
fix: Make sure to initialize values
  • Loading branch information
lcallarec authored Jan 23, 2025
2 parents f5debeb + 8578c30 commit 1ae6537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/threshold_line.vala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace LiveChart {
public ThresholdLine(double value) {
base();
this.value = value;
this.values = new Values();
}

public override void draw(Context ctx, Config config) {
Expand Down

0 comments on commit 1ae6537

Please sign in to comment.