From fd8d92656e630a44ed99688fc01f1896836b4c52 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:46:01 -0500 Subject: Fix inadvertent "TQ" changes. --- src/Indicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Indicator.cpp') diff --git a/src/Indicator.cpp b/src/Indicator.cpp index de321a0..7624a4a 100755 --- a/src/Indicator.cpp +++ b/src/Indicator.cpp @@ -13,7 +13,7 @@ void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine) { surface->PenColour(fore.allocated); int ymid = (rc.bottom + rc.top) / 2; - if (style == INDIC_STQUIGGLE) { + if (style == INDIC_SQUIGGLE) { surface->MoveTo(rc.left, rc.top); int x = rc.left + 2; int y = 2; -- cgit v1.2.3