summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frame3dbase.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/frame3dbase.C')
-rw-r--r--tksao/frame/frame3dbase.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/frame3dbase.C b/tksao/frame/frame3dbase.C
index b924b6c..10192aa 100644
--- a/tksao/frame/frame3dbase.C
+++ b/tksao/frame/frame3dbase.C
@@ -580,8 +580,8 @@ void Frame3dBase::psLine(Vector& ss, Vector& tt, int dd)
str << "[] 0 setdash" << endl;
str << "newpath "
- << ss.TkCanvasPs(canvas) << " moveto" << endl
- << tt.TkCanvasPs(canvas) << " lineto stroke" << endl << ends;
+ << TkCanvasPs(ss) << " moveto" << endl
+ << TkCanvasPs(tt) << " lineto stroke" << endl << ends;
Tcl_AppendResult(interp, str.str().c_str(), NULL);
}