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

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

[Octave-bug-tracker] [bug #44116] qt graphics toolkit not available with


From: Rik
Subject: [Octave-bug-tracker] [bug #44116] qt graphics toolkit not available with --no-gui option
Date: Tue, 17 Mar 2015 15:26:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #27, bug #44116 (project octave):

The patch works work me.

Not sure if this is important, but now I don't get FLTK windows for uigetfile
even when the graphics toolkit is set to fltk.

It's pretty easy to see why as the code assumes qt as long as the octave_link
is enabled.


  if (__octave_link_enabled__ ())
    [retfile, retpath, retindex] = __octave_link_file_dialog__ (outargs{:});
  else
    funcname = __get_funcname__ (mfilename ());
    [retfile, retpath, retindex] = feval (funcname, outargs{:});
  endif




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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