octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52940] Regression with "PaperPosition" and pr


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52940] Regression with "PaperPosition" and printing
Date: Mon, 29 Jan 2018 02:07:58 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #40, bug #52940 (project octave):

I hadn't noticed that the previous small changeset was applied to the
canonical version.  I'm attaching a new version with the main difference that
the following is restored:


@@ -25,6 +25,9 @@ function opts = __opengl_print__ (opts)
 
   dos_shell = (ispc () && ! isunix ());
 
+  set (0, "currentfigure", opts.figure);
+  drawnow ("expose");
+
   if (! isempty (opts.fig2dev_binary))
     ## fig2dev is prefered for conversion to emf
     fig2dev_devices = {"pstex", "mf", "emf"};


because it helped for non-visible print.  I don't know why, but I didn't
investigate either.

(file #43102)
    _______________________________________________________

Additional Item Attachment:

File name: octave-gl2ps_viewport_print_nonvisible-djs2018jan29.patch Size:30
KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52940>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]