summaryrefslogtreecommitdiffstats
path: root/src/bltGrPenLine.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrPenLine.C')
-rw-r--r--src/bltGrPenLine.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrPenLine.C b/src/bltGrPenLine.C
index d0ddb8d..d0e1a61 100644
--- a/src/bltGrPenLine.C
+++ b/src/bltGrPenLine.C
@@ -377,7 +377,7 @@ int LinePen::configure()
if (LineIsDashed(ops->traceDashes)) {
ops->traceDashes.offset = ops->traceDashes.values[0] / 2;
- Blt_SetDashes(graphPtr_->display_, newGC, &ops->traceDashes);
+ graphPtr_->setDashes(newGC, &ops->traceDashes);
}
traceGC_ = newGC;
}