From: <ai...@us...> - 2013-11-14 21:32:38
|
Revision: 12698 http://sourceforge.net/p/plplot/code/12698 Author: airwin Date: 2013-11-14 21:32:36 +0000 (Thu, 14 Nov 2013) Log Message: ----------- Remove "$plwin cmd plspause 0" command since for some reason that does not (yet) work under plserver, and any case this should be part of the plserver or wish script that sources tkdemos.tcl. Modified Paths: -------------- trunk/examples/tk/tkdemos.tcl Modified: trunk/examples/tk/tkdemos.tcl =================================================================== --- trunk/examples/tk/tkdemos.tcl 2013-11-14 19:56:31 UTC (rev 12697) +++ trunk/examples/tk/tkdemos.tcl 2013-11-14 21:32:36 UTC (rev 12698) @@ -73,7 +73,6 @@ proc $i {} " global plwin - $plwin cmd plspause 0 $demo $plwin $plwin cmd plcol0 1 $plwin cmd plsori 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |