From 883e0363f18e8efc517531ee1b84bf8e75738f6a Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 24 Aug 2017 16:30:20 -0400 Subject: fixed a proble with 3d frame backup --- tksao/frame/fr3dcommand.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v0.12