[chronojump] Fixed save all curves on concentric
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed save all curves on concentric
- Date: Thu, 7 Mar 2013 18:50:11 +0000 (UTC)
commit c8b641b58339f6ae294e6eb9a96f300441ce91da
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Mar 7 18:37:59 2013 +0100
Fixed save all curves on concentric
src/gui/encoder.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 881004a..1dd9c5a 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -941,7 +941,7 @@ public partial class ChronoJumpWindow
encoder_pulsebar_capture.Text = encoderSaveSignalOrCurve("curve", selectedID);
} else if(button == button_encoder_save_all_curves)
for(int i=1; i <= UtilGtk.CountRows(encoderCaptureListStore); i++)
- if(! Util.IsEven(i)) //use only uneven (spanish: "impar") values
+ if(ecconLast == "c" || ! Util.IsEven(i)) //use only uneven (spanish:
"impar") values
encoder_pulsebar_capture.Text =
encoderSaveSignalOrCurve("allCurves", i);
ArrayList data = SqliteEncoder.Select(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]