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

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

[Octave-bug-tracker] [bug #44791] fltk uimenu position does not update w


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #44791] fltk uimenu position does not update when figure not visible
Date: Thu, 09 Apr 2015 15:48:39 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <http://savannah.gnu.org/bugs/?44791>

                 Summary: fltk uimenu position does not update when figure not
visible
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Thu 09 Apr 2015 03:48:38 PM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: JohnD
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Running:


graphics_toolkit fltk
h = figure('visible','off');
m = uimenu(h,'Label','test');
p = get(m,'Position')


Position should reflect the position that the menu was inserted - in this case
3.

Running the same with a visible figure, and position does update correctly.

 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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