summaryrefslogtreecommitdiffstats
path: root/src/bltGraphSup.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-16 20:51:03 (GMT)
committerjoye <joye>2014-05-16 20:51:03 (GMT)
commitf23c962f714a53a945332e1bd0bcdd75e1944f9b (patch)
treee0a7663f460817ad24d6b4492deab3c1434a7003 /src/bltGraphSup.C
parentaca010bf8750877b17e89c58ac2c39c3b450dc37 (diff)
downloadblt-f23c962f714a53a945332e1bd0bcdd75e1944f9b.zip
blt-f23c962f714a53a945332e1bd0bcdd75e1944f9b.tar.gz
blt-f23c962f714a53a945332e1bd0bcdd75e1944f9b.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraphSup.C')
-rw-r--r--src/bltGraphSup.C6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bltGraphSup.C b/src/bltGraphSup.C
index 1baa115..b08554c 100644
--- a/src/bltGraphSup.C
+++ b/src/bltGraphSup.C
@@ -401,8 +401,7 @@ int Graph::getMarginGeometry(Margin *marginPtr)
AxisOptions* ops = (AxisOptions*)axisPtr->ops();
if (!ops->hide && axisPtr->use_) {
nVisible++;
- if (flags & GET_AXIS_GEOMETRY)
- axisPtr->getGeometry();
+ axisPtr->getGeometry();
if (isHoriz) {
if (h < axisPtr->height_)
@@ -427,8 +426,7 @@ int Graph::getMarginGeometry(Margin *marginPtr)
AxisOptions* ops = (AxisOptions*)axisPtr->ops();
if (!ops->hide && axisPtr->use_) {
nVisible++;
- if (flags & GET_AXIS_GEOMETRY)
- axisPtr->getGeometry();
+ axisPtr->getGeometry();
if ((ops->titleAlternate) && (l < axisPtr->titleWidth_))
l = axisPtr->titleWidth_;