diff options
author | joye <joye> | 2014-05-06 18:35:33 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-06 18:35:33 (GMT) |
commit | 4eeb7705df89fdf5146da010b471e40dc2a7e708 (patch) | |
tree | 9cdac764d5613678d5bf05fc42ec2e5382aa6b1d /src/bltGraph.C | |
parent | 358d5a4ebed94c9b7aa2e879c4d7234f227a99ae (diff) | |
download | blt-4eeb7705df89fdf5146da010b471e40dc2a7e708.zip blt-4eeb7705df89fdf5146da010b471e40dc2a7e708.tar.gz blt-4eeb7705df89fdf5146da010b471e40dc2a7e708.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index 5a915f9..bdaad2c 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -1313,7 +1313,7 @@ Axis* Graph::nearestAxis(int x, int y) int w, h; double rw, rh; Point2d bbox[5]; - Blt_GetTextExtents(ops->titleFont, ops->title, -1, &w, &h); + getTextExtents(ops->titleFont, ops->title, -1, &w, &h); Blt_GetBoundingBox(w, h, axisPtr->titleAngle_, &rw, &rh, bbox); Point2d t = Blt_AnchorPoint(axisPtr->titlePos_.x, axisPtr->titlePos_.y, rw, rh, axisPtr->titleAnchor_); |