From 08d0eed13d335e26b1cdc6a294d4c1694c623847 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 28 Apr 2013 13:45:27 +0200 Subject: Make the UI useful for both IHT and regular tracker --- qfunctionconfigurator/qfunctionconfigurator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qfunctionconfigurator') diff --git a/qfunctionconfigurator/qfunctionconfigurator.cpp b/qfunctionconfigurator/qfunctionconfigurator.cpp index 555d0cf6..e3eb962b 100644 --- a/qfunctionconfigurator/qfunctionconfigurator.cpp +++ b/qfunctionconfigurator/qfunctionconfigurator.cpp @@ -218,7 +218,7 @@ QRect scale; // // Draw the vertical guidelines // - for (i = range.left(); i <= range.right(); i += gDistEGU_Input * pPerEGU_Input * 2) { + for (i = range.left(); i <= range.right(); i += gDistEGU_Input * pPerEGU_Input) { drawLine(&painter, QPointF(i, range.top()), QPointF(i, range.bottom()), pen); scale.setCoords(i - 10, range.bottom() + 2, i + 10, range.bottom() + 15); painter.drawText(scale, Qt::AlignCenter, tr("%1").arg(abs(((range.left() - i))/pPerEGU_Input))); -- cgit v1.2.3