[chronojump] Fixed showing End on gui/cairo/runDoubleContacts.cs



commit 50b307fca0110fdeeec4c80ac16a4e82016e3845
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Nov 3 12:42:49 2021 -0300

    Fixed showing End on gui/cairo/runDoubleContacts.cs

 src/gui/cairo/runDoubleContacts.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/runDoubleContacts.cs b/src/gui/cairo/runDoubleContacts.cs
index 3e234aa73..3d06e9a37 100644
--- a/src/gui/cairo/runDoubleContacts.cs
+++ b/src/gui/cairo/runDoubleContacts.cs
@@ -148,7 +148,7 @@ public class CairoRunDoubleContacts : CairoGeneric
                        g.LineTo (xEnd2, graphHeight-bottomMargin-4);
                        g.Stroke();
 
-                       printText(xEnd2, 0, 4, 10, "End", g, alignTypes.CENTER);
+                       printText(xEnd2, 4, 0, 10, "End", g, alignTypes.CENTER);
                }
                //printText(graphWidth/2, 0, 0, 10, "testing top", g, alignTypes.CENTER);
                //printText(graphWidth/2, graphHeight-10, 0, 10, "testing bottom", g, alignTypes.CENTER);


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