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

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

[Octave-bug-tracker] [bug #44916] Printing Qt-drawn figures produces fau


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44916] Printing Qt-drawn figures produces faulty files
Date: Fri, 5 Aug 2016 20:42:33 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #73, bug #44916 (project octave):

Michael:  That's strange, it works for me.  The following lines in the
function attempt to create a figure if none already exists:


  if (isempty (info))
    h = figure ("position", [0,0,1,1], "toolbar", "none", "menubar", "none");
    waitfor (h, "timeout", 1);
    info = fig_gl_info (h);
    close (h);
  endif


I'm not sure what is preventing this from working for you.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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