[chronojump] Encoder capture cont do not show Previous set, as Capturing is being shown



commit 6e1a656196839dff8290a233b5c4f5dc36d85e8b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Apr 1 18:28:23 2022 +0200

    Encoder capture cont do not show Previous set, as Capturing is being shown

 src/gui/app1/encoder.cs | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index 8541ab24c..2d511ae43 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -6168,11 +6168,16 @@ public partial class ChronoJumpWindow
                        //don't need to be false because ItemToggled is deactivated during capture
                        treeview_encoder_capture_curves.Sensitive = true;
 
+                       /*
                        //on continuous mode do not erase bars at beginning of capture in order to see last 
bars
                        if(action == encoderActions.CAPTURE && preferences.encoderCaptureInfinite) {
                                if(encoderGraphDoPlot != null)
                                        encoderGraphDoPlot.ShowMessage("Previous set", true, false);
+
+                               cairoPaintBarsPre.ShowMessage (Catalog.GetString("Previous set"), true, 
false);
                        }
+                       if want to show this, then need to not call the ErasePaint, 
encoderGraphDoPlot.ShowMessage, cairoPaintBarsPre stuff below
+                       */
 
                        //eccaCreated = false;
 


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