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: Rik
Subject: [Octave-bug-tracker] [bug #44916] Printing Qt-drawn figures produces faulty files
Date: Mon, 8 Aug 2016 19:20:00 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

The minor problem reported by Michael Godfrey seems to be an issue whenever
the graphics toolkit is not qt.  Either gnuplot, or fltk, will produce the
warning.


./run-octave -f --no-gui
graphics_toolkit fltk
__opengl_info__
warning: __opengl_info__: can not obtain OpenGL information
warning: called from
    __opengl_info__ at line 64 column 5


It seems that FLTK needs to have an object actually drawn before the OpenGL
fields get populated in properties.  I pushed a cset here
(http://hg.savannah.gnu.org/hgweb/octave/rev/fddc5604d1fa) which draws an axes
object and then calls drawnow(), rather than waitfor with a 1 second delay, in
order to force the graphics system to populate the fields.


    _______________________________________________________

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]