[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/
- [Octave-bug-tracker] [bug #63051] legend modifies graphics objects stack, Muhali, 2022/09/12
- [Octave-bug-tracker] [bug #63051] legend modifies graphics objects stack, Pantxo Diribarne, 2022/09/12
- [Octave-bug-tracker] [bug #63051] legend modifies graphics objects stack, Muhali, 2022/09/12
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Pantxo Diribarne, 2022/09/12
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Rik, 2022/09/15
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Rik, 2022/09/15
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Pantxo Diribarne, 2022/09/16
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Rik, 2022/09/19
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Markus Mützel, 2022/09/19
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order,
Rik <=
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Rik, 2022/09/19
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Markus Mützel, 2022/09/20
- [Octave-bug-tracker] [bug #63051] Reparented graphics objects may be drawn in wrong order, Rik, 2022/09/20