[chronojump] Fixed crash (since last commits) when capturing and mode 2 is selected on analyze



commit 5999ee8c16830e0f771e7ad906e03c8043b3c1d8
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon May 30 16:50:31 2016 +0200

    Fixed crash (since last commits) when capturing and mode 2 is selected on analyze

 src/gui/encoderTreeviews.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/encoderTreeviews.cs b/src/gui/encoderTreeviews.cs
index 20a00cc..68dcfed 100644
--- a/src/gui/encoderTreeviews.cs
+++ b/src/gui/encoderTreeviews.cs
@@ -414,9 +414,9 @@ public partial class ChronoJumpWindow
                        iterOk = encoderCaptureListStore.IterNext (ref iter);
                }
                
-               updateUserCurvesLabelsAndCombo(true);
-               
                Sqlite.Close();
+
+               prepareAnalyzeRepetitions();
                        
                callPlotCurvesGraphDoPlot();
        }


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