summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxisOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-16 20:17:59 (GMT)
committerjoye <joye>2014-05-16 20:17:59 (GMT)
commit9248e8754c3af5c9432322e337a05cf4492fef5c (patch)
treeb2fbb2b6f852a0310761de01115517940aab285f /src/bltGrAxisOp.C
parent7e1f750f32dc1097d7469106a088fcba9bd1ce84 (diff)
downloadblt-9248e8754c3af5c9432322e337a05cf4492fef5c.zip
blt-9248e8754c3af5c9432322e337a05cf4492fef5c.tar.gz
blt-9248e8754c3af5c9432322e337a05cf4492fef5c.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 5b830b4..7bb482e 100644
--- a/src/bltGrAxisOp.C
+++ b/src/bltGrAxisOp.C
@@ -511,7 +511,7 @@ int AxisActivateOp(Axis* axisPtr, Tcl_Interp* interp,
axisPtr->active_ = (string[0] == 'a') ? 1 : 0;
if (!ops->hide && axisPtr->use_) {
- graphPtr->flags |= DRAW_MARGINS | CACHE_DIRTY;
+ graphPtr->flags |= CACHE_DIRTY;
graphPtr->eventuallyRedraw();
}