summaryrefslogtreecommitdiffstats
path: root/src/bltGraphOp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraphOp.C')
-rw-r--r--src/bltGraphOp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraphOp.C b/src/bltGraphOp.C
index 29f5362..efcfe2a 100644
--- a/src/bltGraphOp.C
+++ b/src/bltGraphOp.C
@@ -446,7 +446,7 @@ void GraphEventProc(ClientData clientData, XEvent* eventPtr)
}
}
else if (eventPtr->type == ConfigureNotify) {
- graphPtr->flags |= (MAP_WORLD);
+ graphPtr->flags |= MAP_ALL | RESET_AXES;
graphPtr->eventuallyRedraw();
}
}