changeset 66:ddbfbca9bc52

Comment modify state var while path is created
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 08 May 2021 18:23:12 +0200
parents 2b23d1f2d2d9
children 1a5b4d95e068
files Sources/StockCharts/LineChart/Helpers/LinePath.swift StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sources/StockCharts/LineChart/Helpers/LinePath.swift	Sat May 08 18:07:43 2021 +0200
+++ b/Sources/StockCharts/LineChart/Helpers/LinePath.swift	Sat May 08 18:23:12 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
Binary file StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed