summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxisOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-16 20:06:48 (GMT)
committerjoye <joye>2014-05-16 20:06:48 (GMT)
commit7e1f750f32dc1097d7469106a088fcba9bd1ce84 (patch)
treef49cc9bd0ac810a87a456b8d97056cd83e209ff9 /src/bltGrAxisOp.C
parent99fe152b0396816acc9e219eb6ec22e23ab1ede1 (diff)
downloadblt-7e1f750f32dc1097d7469106a088fcba9bd1ce84.zip
blt-7e1f750f32dc1097d7469106a088fcba9bd1ce84.tar.gz
blt-7e1f750f32dc1097d7469106a088fcba9bd1ce84.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrAxisOp.C')
-rw-r--r--src/bltGrAxisOp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrAxisOp.C b/src/bltGrAxisOp.C
index 1c82b64..5b830b4 100644
--- a/src/bltGrAxisOp.C
+++ b/src/bltGrAxisOp.C
@@ -76,7 +76,7 @@ int AxisObjConfigure(Axis* axisPtr, Tcl_Interp* interp,
}
axisPtr->flags |= mask;
- graphPtr->flags |= REDRAW_WORLD | MAP_WORLD | RESET_AXES | CACHE_DIRTY;
+ graphPtr->flags |= MAP_WORLD | RESET_AXES | CACHE_DIRTY;
if (axisPtr->configure() != TCL_OK)
return TCL_ERROR;
graphPtr->eventuallyRedraw();