diff --git a/Elwig/Windows/ChartWindow.xaml.cs b/Elwig/Windows/ChartWindow.xaml.cs index c4639a2..034be2f 100644 --- a/Elwig/Windows/ChartWindow.xaml.cs +++ b/Elwig/Windows/ChartWindow.xaml.cs @@ -399,7 +399,7 @@ namespace Elwig.Windows { PrimaryMarkedPoint = oechsle - ActiveGraph.MinX; ChangeMarker(PrimaryMarkedPointPlot, true, ActiveGraph.GetOechsleAt(PrimaryMarkedPoint), ActiveGraph.GetPriceAt(PrimaryMarkedPoint)); - PriceInput.Text = ActiveGraph.GetPriceAt(PrimaryMarkedPoint).ToString(); + PriceInput.Text = Math.Round(ActiveGraph.GetPriceAt(PrimaryMarkedPoint), Season.Precision).ToString(); EnableActionButtons(); OechslePricePlot.Refresh();