[chronojump] At runEncoder capture now we can recalculate without the need of load



commit aa944025131251a4ee535acdbcacf5d984ca291f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Oct 9 15:16:35 2019 +0200

    At runEncoder capture now we can recalculate without the need of load

 src/gui/runEncoder.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/runEncoder.cs b/src/gui/runEncoder.cs
index 84c2231a..0b8aad81 100644
--- a/src/gui/runEncoder.cs
+++ b/src/gui/runEncoder.cs
@@ -516,7 +516,7 @@ public partial class ChronoJumpWindow
                else {
                        //call graph. Prepare data
                        File.Copy(fileName, RunEncoder.GetCSVFileName(), true); //can be overwritten
-                       //lastRunEncoderFullPath = fileName;
+                       lastRunEncoderFullPath = fileName;
 
                        raceEncoderCaptureGraphDo();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]