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

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

[Octave-bug-tracker] [bug #39988] standard height of figures changes


From: Rik
Subject: [Octave-bug-tracker] [bug #39988] standard height of figures changes
Date: Tue, 10 Sep 2013 15:43:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

Update of bug #39988 (project octave):

                  Status:            Works For Me => Patch Submitted        

    _______________________________________________________

Follow-up Comment #11:

I can now reproduce this with 1.3.0-5 thanks to Michael's explicit
instructions.  Starting on the command line,


run-octave -f -q --no-gui
graphics_toolkit fltk
figure(1)
figure(2)
get(1:2, "position")
ans = 
{
  [1,1] =

     304   175   560   440

  [2,1] =

     304   175   560   420

}


The problem seems to be related to scripts/private/__add_default_menu__ which
is called by figure.  This script itself is trying to hack around the fact
that the menubar property is not respected correctly in the C++ code.

If someone can try the attached menubar.cset and verify it I will commit it.


(file #29093)
    _______________________________________________________

Additional Item Attachment:

File name: menubar.cset                   Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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