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

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

[Octave-bug-tracker] [bug #63051] Reparented graphics objects may be dra


From: Rik
Subject: [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order
Date: Mon, 19 Sep 2022 17:15:59 -0400 (EDT)

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

I was surprised this changeset was the first indication of problems as well. 
But, I did do "bootstrap && configure && make" on each changeset to make sure
I was starting from scratch each time.

It may be that it it was the calling of set_zliminclude which effectively
forced a repaint of the plot area which was getting things to work earlier.

>From 26715 in graphics.in.h,


-    void update_zdata (void)
-    {
-      set_zlim (zdata.get_limits ());
-      set_zliminclude (get_zdata ().numel () > 0);
-    }
+    void update_zdata (void) { set_zlim (zdata.get_limits ()); }
   };




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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