summaryrefslogtreecommitdiffstats
path: root/src/bltGrXAxisOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-16 19:08:03 (GMT)
committerjoye <joye>2014-04-16 19:08:03 (GMT)
commitecfd4bf4389606427b373f412c6028c6a03b33eb (patch)
treeae1fbfd90a67ebab755f781da0524697eb51c240 /src/bltGrXAxisOp.C
parent5e9789cab217d5a1734cb5ccbd0f94f2c57da81e (diff)
downloadblt-ecfd4bf4389606427b373f412c6028c6a03b33eb.zip
blt-ecfd4bf4389606427b373f412c6028c6a03b33eb.tar.gz
blt-ecfd4bf4389606427b373f412c6028c6a03b33eb.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrXAxisOp.C')
-rw-r--r--src/bltGrXAxisOp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrXAxisOp.C b/src/bltGrXAxisOp.C
index e3f2c24..2330930 100644
--- a/src/bltGrXAxisOp.C
+++ b/src/bltGrXAxisOp.C
@@ -174,7 +174,7 @@ static int UseOp(Tcl_Interp* interp, Axis* axisPtr,
graphPtr->flags |= (GET_AXIS_GEOMETRY | LAYOUT_NEEDED | RESET_AXES);
/* When any axis changes, we need to layout the entire graph. */
graphPtr->flags |= (MAP_WORLD | REDRAW_WORLD);
- Blt_EventuallyRedrawGraph(graphPtr);
+ graphPtr->eventuallyRedraw();
return TCL_OK;
}