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

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

[Octave-bug-tracker] [bug #50369] Inconsistent uimenu position between q


From: Rik
Subject: [Octave-bug-tracker] [bug #50369] Inconsistent uimenu position between qt and fltk graphics
Date: Thu, 23 Feb 2017 16:26:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #50369 (project octave):

There are two different issues here (since there is separate driver code for
Qt and for FLTK).

For FLTK, the problem seems to be an off-by-1 error.  Octave uses '1' to
indicate the first position, but FLTK uses '0'.  Somewehere, probably in
__init_fltk__.cc the position variable needs to be decremented by 1.

For Qt, numbering works correctly but the default menu of "File Edit Help" is
always placed to the left of any user-created menus.  The default menubar
items need to be treated as ordinary menu items that can be mixed with the
user's own uimenu items.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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