diff options
author | joye <joye> | 2014-05-15 20:01:37 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-15 20:01:37 (GMT) |
commit | 2eafa8889ec755f4e16abc81e1f61287c075fb7d (patch) | |
tree | dae0ccb81ac3ce0b46e7b6ccab2f90c3fd806f29 /src/bltGrAxisOp.C | |
parent | 3dab8db3b815f6223d28546ff384a48222841f31 (diff) | |
download | blt-2eafa8889ec755f4e16abc81e1f61287c075fb7d.zip blt-2eafa8889ec755f4e16abc81e1f61287c075fb7d.tar.gz blt-2eafa8889ec755f4e16abc81e1f61287c075fb7d.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrAxisOp.C')
-rw-r--r-- | src/bltGrAxisOp.C | 2 |
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; |