[chronojump] Minor change



commit 18d51e3d645955c36db185b8fc922b9b70230211
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Aug 2 13:20:56 2019 +0200

    Minor change

 src/gui/encoderGraphObjects.cs | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/src/gui/encoderGraphObjects.cs b/src/gui/encoderGraphObjects.cs
index cf9574ee..dd9ed4e9 100644
--- a/src/gui/encoderGraphObjects.cs
+++ b/src/gui/encoderGraphObjects.cs
@@ -133,15 +133,10 @@ public class EncoderGraphDoPlot
 
        public void Start (
                        string mainVariable, double mainVariableHigher, double mainVariableLower,
-                       string secondaryVariable,
-                       bool capturing,
-                       string eccon,
+                       string secondaryVariable, bool capturing, string eccon,
                        RepetitiveConditionsWindow repetitiveConditionsWin,
-                       bool hasInertia,
-                       bool playSoundsFromFile,
-                       ArrayList data7Variables,
-                       Gtk.ListStore encoderCaptureListStore,
-                       double maxPowerIntersession)
+                       bool hasInertia, bool playSoundsFromFile,
+                       ArrayList data7Variables, Gtk.ListStore encoderCaptureListStore, double 
maxPowerIntersession)
        {
                this.mainVariable = mainVariable;
                this.mainVariableHigher = mainVariableHigher;


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