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

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

[Octave-bug-tracker] [bug #50368] In qt graphics, each cCall to uimenu()


From: Roland Baudin
Subject: [Octave-bug-tracker] [bug #50368] In qt graphics, each cCall to uimenu() shifts figure positionb
Date: Tue, 21 Feb 2017 08:23:43 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux i586; rv:45.0) Gecko/20100101 Firefox/45.0

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

When using the qt graphics toolkit, each call to uimenu() shifts the figure
position vertically by an amount equal to the menu bar height.

To reproduce:

x=[0:0.1:2*pi]; y=sin(x); plot(x,y);
uimenu('label','menu1');
uimenu('label','menu2');
uimenu('label','menu3');

When the figure is at the top, then the menu bar becomes invisible.

This issue doesn't occur with the fltk toolkit.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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