diff options
author | joye <joye> | 2014-05-16 20:51:03 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-16 20:51:03 (GMT) |
commit | f23c962f714a53a945332e1bd0bcdd75e1944f9b (patch) | |
tree | e0a7663f460817ad24d6b4492deab3c1434a7003 /src/bltGraph.C | |
parent | aca010bf8750877b17e89c58ac2c39c3b450dc37 (diff) | |
download | blt-f23c962f714a53a945332e1bd0bcdd75e1944f9b.zip blt-f23c962f714a53a945332e1bd0bcdd75e1944f9b.tar.gz blt-f23c962f714a53a945332e1bd0bcdd75e1944f9b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index 72741a9..77d0caa 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -1220,8 +1220,7 @@ void Graph::resetAxes() // When any axis changes, we need to layout the entire graph. flags &= ~RESET_AXES; - flags |= CACHE_DIRTY; - flags |= (GET_AXIS_GEOMETRY | LAYOUT_NEEDED | MAP_ALL); + flags |= LAYOUT_NEEDED | MAP_ALL | CACHE_DIRTY; } Axis* Graph::nearestAxis(int x, int y) |