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

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

[Octave-bug-tracker] [bug #54678] Figure's Position when MenuBar is none


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #54678] Figure's Position when MenuBar is none
Date: Tue, 18 Sep 2018 10:48:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #54678 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed, looks like I did not check this case ... I'll look into this.

The workaround for the time being is to change the "menubar" property after
the figure has been constructed.


hf = figure ("position", [650 350 620 500]);
set (hf, "menubar", "none");


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54678>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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