[chronojump] Fixed correct order of ec on bars on inertial capture



commit 3cf2cd960c7c02ce379553291308316744ace9aa
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Apr 1 09:11:47 2016 +0200

    Fixed correct order of ec on bars on inertial capture

 src/gui/encoderTreeviews.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gui/encoderTreeviews.cs b/src/gui/encoderTreeviews.cs
index e4a98d6..3497c20 100644
--- a/src/gui/encoderTreeviews.cs
+++ b/src/gui/encoderTreeviews.cs
@@ -884,10 +884,6 @@ public partial class ChronoJumpWindow
                {
                        bool isEven = Util.IsEven(Convert.ToInt32(curve.N));
                        
-                       //if we are capturing and has inertia, it comes as 'c','e'
-                       if(capturingCsharp == encoderCaptureProcess.CAPTURING && 
encoderConfigurationCurrent.has_inertia)
-                               isEven = !isEven;
-
                        string phase = "e";
                        if(isEven)
                                phase = "c";


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