[chronojump/FS-TFT-Menu] Encoder capture cont do not show Previous set, as Capturing is being shown
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-TFT-Menu] Encoder capture cont do not show Previous set, as Capturing is being shown
- Date: Wed, 20 Apr 2022 11:59:22 +0000 (UTC)
commit 67fc6742d6b3e95bb7dda74b59a7ed31340186f3
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]