[chronojump] runInterval capture paint do not plot vertical lines separating each track
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] runInterval capture paint do not plot vertical lines separating each track
- Date: Mon, 2 Nov 2020 13:06:33 +0000 (UTC)
commit eab16b78ac172864173cc9a79a3c2431c2a99757
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Nov 2 14:04:38 2020 +0100
runInterval capture paint do not plot vertical lines separating each track
src/gui/eventExecute.cs | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index ae048ae5..963d45cb 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -2321,7 +2321,8 @@ public partial class ChronoJumpWindow
layoutSmall.GetPixelSize(out lWidth, out lHeight);
event_execute_pixmap.DrawLayout (pen_black, xEnd -lWidth/2, alto -18,
layoutSmall);
-
+
+ /*
//paint Y lines
if(eventGraphConfigureWin.VerticalGrid) {
if(count == 0)
@@ -2337,13 +2338,14 @@ public partial class ChronoJumpWindow
xEnd,
alto-topMargin);
}
+ */
oldValue = myValue;
count ++;
}
//writeValue(myPen, myValue, (--count) + added0Value, tracks, ancho, alto, maxValue,
minValue, topMargin, bottomMargin);
-
+
//bells & images
event_execute_image_run_interval_time_good.Hide();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]