summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxisOp.C
diff options
context:
space:
mode:
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();