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

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

[Octave-bug-tracker] [bug #58544] Frame uicontrol cannot be deleted


From: Guillaume
Subject: [Octave-bug-tracker] [bug #58544] Frame uicontrol cannot be deleted
Date: Thu, 11 Jun 2020 09:54:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: Frame uicontrol cannot be deleted
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 11 Jun 2020 01:54:30 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

Following recent changes, an error is thrown when a "Frame" uicontrol is being
deleted. Frame is a deprecated uicontrol but was working until now.


octave:1> figure
octave:2> h = uicontrol ("style", "frame");
octave:3> delete (h)
error: ObjectProxy::finalize: invalid GUI Object
error: called from
    delete at line 65 column 5





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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