[chronojump] race analyzer if distance covered is lower than segments, show y
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] race analyzer if distance covered is lower than segments, show y
- Date: Wed, 9 Mar 2022 10:20:48 +0000 (UTC)
commit 593466b77c4fa001851e03ee94c0be0c50b4df4e
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Mar 9 11:19:39 2022 +0100
race analyzer if distance covered is lower than segments, show y
src/gui/cairo/raceAnalyzer.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/cairo/raceAnalyzer.cs b/src/gui/cairo/raceAnalyzer.cs
index 4ebd1cc84..9c460490c 100644
--- a/src/gui/cairo/raceAnalyzer.cs
+++ b/src/gui/cairo/raceAnalyzer.cs
@@ -109,8 +109,8 @@ public class CairoGraphRaceAnalyzer : CairoXY
{
if(verticalLinesUs_2l.Count() == 0)
{
- //paintGrid(gridTypes.BOTH, true);
- // do not show grid if we do not pass any distance mark
+ // do not show vertical grid lines if we do not pass any distance mark. Show
only horizontal.
+ paintGrid(gridTypes.HORIZONTALLINES, true);
}
else {
//horizontal
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]