diff options
author | joye <joye> | 2014-06-27 19:49:48 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-27 19:49:48 (GMT) |
commit | 514cef44b509b69d5f25789c518d23c0a8e5a773 (patch) | |
tree | 16d3c9189adede03eb182d4feb52a320fcb25d59 /src/bltGrMarkerText.C | |
parent | 4c23f3621903e2d983f2925dfa56c8992dec57be (diff) | |
download | blt-514cef44b509b69d5f25789c518d23c0a8e5a773.zip blt-514cef44b509b69d5f25789c518d23c0a8e5a773.tar.gz blt-514cef44b509b69d5f25789c518d23c0a8e5a773.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrMarkerText.C')
-rw-r--r-- | src/bltGrMarkerText.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrMarkerText.C b/src/bltGrMarkerText.C index b5a849c..a753c86 100644 --- a/src/bltGrMarkerText.C +++ b/src/bltGrMarkerText.C @@ -217,7 +217,7 @@ int TextMarker::pointIn(Point2d *samplePtr) points[ii].x = outline_[ii].x + anchorPt_.x; points[ii].y = outline_[ii].y + anchorPt_.y; } - return PointInPolygon(samplePtr, points, 5); + return pointInPolygon(samplePtr, points, 5); } return ((samplePtr->x >= anchorPt_.x) && |