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

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

[Octave-bug-tracker] [bug #44526] FLTK menus and toolbar don't show afte


From: Rik
Subject: [Octave-bug-tracker] [bug #44526] FLTK menus and toolbar don't show after switching from Qt toolkit
Date: Thu, 12 Mar 2015 22:16:03 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #1, bug #44526 (project octave):

The problem is located in figure.m


if (init_new_figure)
  f = __go_figure__ (f, varargin{:});
  __add_default_menu__ (f);
  __add_default_mouse_modes__ (f);
elseif (nargs > 0)
  set (f, varargin{:});
endif


Switching toolkits only changes the renderer, but doesn't cause
__add_default_menu__ to be invoked.  It's always been a bit of a kluge, but
probably not worth fixing unless someone sees an easy way to do it.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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