diff options
author | joye <joye> | 2014-04-09 16:37:01 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-09 16:37:01 (GMT) |
commit | 59278fd0da43eff5b51dfecd4f16fcee835fd824 (patch) | |
tree | 1d7455d7635f942381777bb57d6fbfa60dd477ce /src/bltGrAxis.C | |
parent | 8fe1a962c2e3f8a0ca305af266a05b55c418afff (diff) | |
download | blt-59278fd0da43eff5b51dfecd4f16fcee835fd824.zip blt-59278fd0da43eff5b51dfecd4f16fcee835fd824.tar.gz blt-59278fd0da43eff5b51dfecd4f16fcee835fd824.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrAxis.C')
-rw-r--r-- | src/bltGrAxis.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrAxis.C b/src/bltGrAxis.C index 5157153..70985b8 100644 --- a/src/bltGrAxis.C +++ b/src/bltGrAxis.C @@ -3049,7 +3049,7 @@ void Blt_LayoutGraph(Graph* graphPtr) /* * Step 2: Add the legend to the appropiate margin. */ - if (!Blt_Legend_IsHidden(graphPtr)) { + if (!graphPtr->legend->isHidden()) { switch (graphPtr->legend->site()) { case LEGEND_RIGHT: right += graphPtr->legend->width() + 2; |