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

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

[Octave-bug-tracker] [bug #50466] makehgtform function missing


From: Rik
Subject: [Octave-bug-tracker] [bug #50466] makehgtform function missing
Date: Wed, 19 Dec 2018 20:11:57 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Follow-up Comment #22, bug #50466 (project octave):

Well, you managed to find a deep, deep issue in the order of execution of code
when graphic objects are created.  The order now is

1) create handle
2) adopt (parent, handle)
3) set (handle, ALL_PROPERTY/VALUE_PAIRS)

I tried the trivial thing and moved the adopt() after set() and it works for
this example, but I also start to get errors in other normal plotting
routines.  Will have to investigate further.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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