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

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

[Octave-bug-tracker] [bug #55350] Figure toolbar disappears with uicontr


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55350] Figure toolbar disappears with uicontrol or uipanel
Date: Mon, 31 Dec 2018 13:54:08 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.gnu.org/bugs/?55350>

                 Summary: Figure toolbar disappears with uicontrol or uipanel
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Mon 31 Dec 2018 06:54:07 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When adding an "uicontrol" or "uipanel" object to a figure, the toolbar (below
the menu bar) disappears. Setting the figure property "toolbar" to "figure"
makes it re-appear:

hf = figure ();
input ("Press key and toolbar disappears");
uicontrol ();
input ("Press key and toolbar re-appears");
set (hf, "toolbar", "figure");


The toolbar should not be disappearing in this case. At least as long as
"menubar" keeps being set to "figure".




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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