[chronojump] Do not allow to cancel while process curves



commit 6834366efc002248dc67bc0464243e929be60a01
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon May 25 18:02:09 2015 +0200

    Do not allow to cancel while process curves

 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 c89959e..e8a5f10 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -3781,7 +3781,7 @@ public partial class ChronoJumpWindow
                int [] noPerson =               {0, 0, 0, 0, 0, 0, 0, 0, 0};
                int [] yesPerson =              {1, 0, 1, 0, 0, 1, 1, 0, 0};
                int [] processingCapture =      {0, 0, 0, 0, 0, 0, 1, 1, 1};
-               int [] processingR =            {0, 0, 0, 0, 0, 0, 1, 1, 0};
+               int [] processingR =            {0, 0, 0, 0, 0, 0, 1, 0, 0};
                int [] doneNoSignal =           {1, 1, 1, 0, 0, 1, 1, 0, 0};
                int [] doneYesSignal =          {1, 1, 1, 1, 0, 1, 1, 0, 0};
                int [] selectedCurve =          {1, 1, 1, 1, 1, 1, 1, 0, 0};


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