Mercurial > hg > octave-lyh
comparison scripts/plot/print.m @ 14382:e2306a8e054c
Revert changeset 688e19ca262b due to regression.
See bug # 34595.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 18 Feb 2012 12:42:54 -0500 |
parents | 688e19ca262b |
children | 05635e4c605a |
comparison
equal
deleted
inserted
replaced
14381:688e19ca262b | 14382:e2306a8e054c |
---|---|
391 switch (get (opts.figure, "__graphics_toolkit__")) | 391 switch (get (opts.figure, "__graphics_toolkit__")) |
392 case "gnuplot" | 392 case "gnuplot" |
393 opts = __gnuplot_print__ (opts); | 393 opts = __gnuplot_print__ (opts); |
394 otherwise | 394 otherwise |
395 opts = __fltk_print__ (opts); | 395 opts = __fltk_print__ (opts); |
396 if (isunix ()) | |
397 ## FIXME - Is there a way to explicitly determine the pid numbers? | |
398 waitpid (0); | |
399 endif | |
400 endswitch | 396 endswitch |
401 | 397 |
402 unwind_protect_cleanup | 398 unwind_protect_cleanup |
403 ## restore modified properties | 399 ## restore modified properties |
404 if (isstruct (props)) | 400 if (isstruct (props)) |