bugGNU Octave - Bugs: bug #50368, In qt graphics, each cCall to...

 
 

bug #50368: In qt graphics, each cCall to uimenu() shifts figure position

Submitter:  Roland Baudin <roland65>
Submitted:  Tue 21 Feb 2017 01:18:25 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 22 Feb 2017 07:26:25 AM UTC, comment #3: 

OK, nice to know!
This bug is not critical, so I'll wait for the next release.

Roland Baudin <roland65>
Tue 21 Feb 2017 10:53:04 PM UTC, comment #2: 

Happily, this has already been fixed on the development branch of Octave which will be released as 4.4.0.  To access the fix you can either wait for 4.4, probably at least a year, or build a version directly from development sources.

Rik <rik5>
Group administrator
Tue 21 Feb 2017 01:23:43 PM UTC, comment #1: 

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.

Roland Baudin <roland65>
Tue 21 Feb 2017 01:18:25 PM UTC, original submission:  


Roland Baudin <roland65>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by roland65 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-02-21 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
        SummaryIn qt graphics, each cCall to uimenu() shifts figure positionb In qt graphics, each cCall to uimenu() shifts figure position

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code