# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1620492316 -7200 # Node ID 76a8e05b3266a975e9eed90a828c00b3d319904c # Parent 34844d649ed7ff065bb530285dbd98e95ae2cd27 Fixing bug append path points while view is rendered diff -r 34844d649ed7 -r 76a8e05b3266 Sources/StockCharts/LineChart/Helpers/LinePath.swift --- a/Sources/StockCharts/LineChart/Helpers/LinePath.swift Sat May 08 18:38:35 2021 +0200 +++ b/Sources/StockCharts/LineChart/Helpers/LinePath.swift Sat May 08 18:45:16 2021 +0200 @@ -30,7 +30,7 @@ } // Append current point to an array. Later will be used for Drag Gesture -// pathPoints.append(path.currentPoint!) + pathPoints.append(path.currentPoint!) } return path diff -r 34844d649ed7 -r 76a8e05b3266 StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed