diff options
Diffstat (limited to 'src/Indicator.cpp')
-rwxr-xr-x | src/Indicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |