summaryrefslogtreecommitdiffstats
path: root/src/Indicator.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:46:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:46:01 -0500
commitfd8d92656e630a44ed99688fc01f1896836b4c52 (patch)
tree1b67eaa5e16ad5056124ab080b4f4a3e96d74fc0 /src/Indicator.cpp
parent29c4424ab987df40a8a3df93165f84561dee1a43 (diff)
downloadtqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.tar.gz
tqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/Indicator.cpp')
-rwxr-xr-xsrc/Indicator.cpp2
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;