diff options
-rw-r--r-- | tksao/frame/fr3dcommand.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fr3dcommand.C b/tksao/frame/fr3dcommand.C index 27afb9f..e4621da 100644 --- a/tksao/frame/fr3dcommand.C +++ b/tksao/frame/fr3dcommand.C @@ -299,7 +299,7 @@ void Frame3dBase::get3dViewCmd() void Frame3dBase::get3dViewPointCmd() { ostringstream str; - str << vp_ << viewCursor_ << ends; + str << vp_ << ' ' << viewCursor_ << ends; Tcl_AppendResult(interp, str.str().c_str(), NULL); } |