summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.C
diff options
context:
space:
mode:
authorjoye <joye>2014-02-12 21:57:50 (GMT)
committerjoye <joye>2014-02-12 21:57:50 (GMT)
commit93c714e29cd7da8bc6ef375bd1a91d49589691f9 (patch)
tree992782b7846395ad78c8c65d8c58a1943f8a7c80 /src/bltGrLegd.C
parent2e07f5505574577426bfef25e65e94cd0ac11616 (diff)
downloadblt-93c714e29cd7da8bc6ef375bd1a91d49589691f9.zip
blt-93c714e29cd7da8bc6ef375bd1a91d49589691f9.tar.gz
blt-93c714e29cd7da8bc6ef375bd1a91d49589691f9.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.C')
-rw-r--r--src/bltGrLegd.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C
index 567992e..eaf8420 100644
--- a/src/bltGrLegd.C
+++ b/src/bltGrLegd.C
@@ -1800,8 +1800,8 @@ void Blt_DrawLegend(Graph *graphPtr, Drawable drawable)
XCopyArea(graphPtr->display, graphPtr->cache, pixmap,
graphPtr->drawGC, legendPtr->x, legendPtr->y, w, h, 0, 0);
} else {
- Blt_FillBackgroundRectangle(tkwin, pixmap, graphPtr->plotBg, 0, 0,
- w, h, TK_RELIEF_FLAT, 0);
+ Tk_Fill3DRectangle(tkwin, pixmap, graphPtr->plotBg, 0, 0,
+ w, h, TK_RELIEF_FLAT, 0);
}
}
else {