summaryrefslogtreecommitdiffstats
path: root/src/bltGraphSup.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-30 20:45:14 (GMT)
committerjoye <joye>2014-05-30 20:45:14 (GMT)
commit94a928c01819a3509868f5f8b3b1f7aef91d5e42 (patch)
treec23df72b336f7135b7c7b2d3adf994da98f179fe /src/bltGraphSup.C
parentf3e5266f64229734eac61768e98dc1a02eb92711 (diff)
downloadblt-94a928c01819a3509868f5f8b3b1f7aef91d5e42.zip
blt-94a928c01819a3509868f5f8b3b1f7aef91d5e42.tar.gz
blt-94a928c01819a3509868f5f8b3b1f7aef91d5e42.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraphSup.C')
-rw-r--r--src/bltGraphSup.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bltGraphSup.C b/src/bltGraphSup.C
index b08554c..e38c9bd 100644
--- a/src/bltGraphSup.C
+++ b/src/bltGraphSup.C
@@ -210,16 +210,16 @@ void Graph::layoutGraph()
if (!legend_->isHidden()) {
switch (legend_->position()) {
case Legend::RIGHT:
- right += legend_->width() + 2;
+ right += legend_->width_ + 2;
break;
case Legend::LEFT:
- left += legend_->width() + 2;
+ left += legend_->width_ + 2;
break;
case Legend::TOP:
- top += legend_->height() + 2;
+ top += legend_->height_ + 2;
break;
case Legend::BOTTOM:
- bottom += legend_->height() + 2;
+ bottom += legend_->height_ + 2;
break;
case Legend::XY:
case Legend::PLOT: