summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-06-09 20:10:53 (GMT)
committerjoye <joye>2014-06-09 20:10:53 (GMT)
commit2f0d8eb37f29a5f0d02d247950a8e9a331cec762 (patch)
tree4217fe004e773673a003b45ae74f9857029b3e98 /src
parent36d9d780732a2a3b46f96cb274fa3600c1b96509 (diff)
downloadblt-2f0d8eb37f29a5f0d02d247950a8e9a331cec762.zip
blt-2f0d8eb37f29a5f0d02d247950a8e9a331cec762.tar.gz
blt-2f0d8eb37f29a5f0d02d247950a8e9a331cec762.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGrText.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGrText.C b/src/bltGrText.C
index c132f43..6a154de 100644
--- a/src/bltGrText.C
+++ b/src/bltGrText.C
@@ -159,7 +159,6 @@ void TextStyle::printText(PostScript* psPtr, const char *text, int x, int y)
psPtr->format("(%s) %d %g %g DrawAdjText\n",text, width, 0. , h1*.5);
psPtr->append("EndText\n");
-
// psPtr->append("gsave\n");
// psPtr->format("%g %g %g [\n", ops->angle, x, y);
// cerr << ops->angle << ' ' << x << ' ' << y << " [" << endl;
@@ -168,7 +167,7 @@ void TextStyle::printText(PostScript* psPtr, const char *text, int x, int y)
// const char* ss = Tcl_GetStringResult(graphPtr_->interp_);
// psPtr->append(ss);
// cerr << ss << endl;
- Tcl_ResetResult(graphPtr_->interp_);
+ // Tcl_ResetResult(graphPtr_->interp_);
// psPtr->format("] %d %g %g %s %s DrawText\n", fm.linespace, xx/-2.0, yy/2.0, justify, "false");
// cerr << "] " << fm.linespace << ' ' << xx/-2.0 << ' ' << yy/2.0 << ' ' << justify << " false DrawText" << endl;
// psPtr->append("grestore\n");