summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxisOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-15 20:01:37 (GMT)
committerjoye <joye>2014-05-15 20:01:37 (GMT)
commit2eafa8889ec755f4e16abc81e1f61287c075fb7d (patch)
treedae0ccb81ac3ce0b46e7b6ccab2f90c3fd806f29 /src/bltGrAxisOp.C
parent3dab8db3b815f6223d28546ff384a48222841f31 (diff)
downloadblt-2eafa8889ec755f4e16abc81e1f61287c075fb7d.zip
blt-2eafa8889ec755f4e16abc81e1f61287c075fb7d.tar.gz
blt-2eafa8889ec755f4e16abc81e1f61287c075fb7d.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 87b55f3..e5b6246 100644
--- a/src/bltGrAxisOp.C
+++ b/src/bltGrAxisOp.C
@@ -75,7 +75,7 @@ int AxisObjConfigure(Axis* axisPtr, Tcl_Interp* interp,
Tk_RestoreSavedOptions(&savedOptions);
}
- // axisPtr->flags |= mask;
+ axisPtr->flags |= mask;
graphPtr->flags |= REDRAW_WORLD | MAP_WORLD | RESET_AXES | CACHE_DIRTY;
if (axisPtr->configure() != TCL_OK)
return TCL_ERROR;