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

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

[Octave-bug-tracker] [bug #49529] set(gcf, "menubar", "figure") does not


From: Rik
Subject: [Octave-bug-tracker] [bug #49529] set(gcf, "menubar", "figure") does not restore figure menu bar
Date: Fri, 4 Nov 2016 15:27:26 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #8, bug #49529 (project octave):

Here's a tiny script that I used to test.


close all
graphics_toolkit qt
figure
axes
mbar = uimenu ("label", "My_Menu");
keyboard;
set (gcf, "menubar", "none");
set (gcf, "menubar", "figure");
set (gcf, "menubar", "none");
set (gcf, "menubar", "figure");
set (gcf, "menubar", "none");
set (gcf, "menubar", "figure");


It is attached to this bug report as tst_mbar.m

The window definitely grows each time a hide/show cycle is done.




(file #38885)
    _______________________________________________________

Additional Item Attachment:

File name: tst_mbar.m                     Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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